16 lines
312 B
TOML
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"
|