coffer/coffer-client/Cargo.toml
Armin Friedl 3344ca4877
Rebranding to coffer, restructuring
Signed-off-by: Armin Friedl <dev@friedl.net>
2019-11-26 04:03:12 +01:00

17 lines
No EOL
392 B
TOML

[package]
name = "coffer-client"
version = "0.1.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"
# Communication
serde = { version = "1.0", features = ["derive"]}
serde_yaml = "0.8"
serde_cbor = "0.10.2"