coffer/coffer-companion/Cargo.toml

23 lines
550 B
TOML
Raw Permalink Normal View History

[package]
name = "coffer-companion"
version = "0.4.0"
authors = ["Armin Friedl <dev@friedl.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# Base tools
log = "0.4"
env_logger="0.7"
structopt = "0.3"
quick-error = "1.2"
# Key management/Cryptography
sodiumoxide = "0.2.5"
hex = "^0.4"
# Communication
serde = { version = "1.0", features = ["derive"]}
serde_cbor = "0.10.2"
serde_yaml = "0.8"
2020-01-19 10:31:33 +00:00
coffer-common = { path = "../coffer-common", features = ["export"]}