2019-11-23 21:42:07 +00:00
|
|
|
[package]
|
2019-11-26 03:00:24 +00:00
|
|
|
name = "coffer-client"
|
2019-11-27 22:00:18 +00:00
|
|
|
version = "0.2.0"
|
2019-11-23 21:42:07 +00:00
|
|
|
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"
|
2019-11-27 22:00:18 +00:00
|
|
|
serde_cbor = "0.10.2"
|
|
|
|
# Executing subcommand
|
|
|
|
exec = "0.3.1"
|