Rewrite in Rust

This commit is contained in:
2021-03-18 18:37:44 +01:00
parent b2125dd4be
commit 1239ee3dad
9 changed files with 1352 additions and 50 deletions

14
Cargo.toml Normal file
View File

@ -0,0 +1,14 @@
[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"