Files
curl_sh/Cargo.toml
2021-03-18 18:37:44 +01:00

15 lines
312 B
TOML

[package]
name = "curl_sh"
version = "1.0.0"
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
edition = "2018"
[dependencies]
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
structopt = "0.3.21"
compound-error = "0.1.2"
log = "0.4"
femme = "2"
kv-log-macro = "1"