bakare/Cargo.toml
2019-09-07 09:01:30 +01:00

16 lines
312 B
TOML

[package]
name = "bakare"
version = "0.1.0"
authors = ["Cyryl Płotnicki <cyplo@cyplo.net>"]
edition = "2018"
license = "AGPL-3.0"
[dependencies]
failure = "0.1"
rust-crypto = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.10"
tempfile = "3.1"
walkdir = "2.2"
sha2 = "0.8"
hex = "0.3"