Rewrite in Rust
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user