bakare/Cargo.toml
Cyryl Płotnicki ce5fc51637 Add git hooks
2019-09-07 16:12:18 +01:00

23 lines
482 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"
[dev-dependencies.cargo-husky]
version = "1"
default-features = false
features = ["run-for-all", "prepush-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"]