new branch for http
This commit is contained in:
parent
45f9b5b137
commit
c1267d16e6
2 changed files with 887 additions and 14 deletions
893
Cargo.lock
generated
893
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -16,12 +16,18 @@ name = "client"
|
||||||
path = "src/bin/client.rs"
|
path = "src/bin/client.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
hyper = { version = "1", features = ["full"] }
|
||||||
|
http-body-util = "0.1"
|
||||||
|
hyper-util = { version = "0.1", features = ["full"] }
|
||||||
rand = "0.9.0-beta.1"
|
rand = "0.9.0-beta.1"
|
||||||
clap = "4.5.23"
|
clap = "4.5.23"
|
||||||
tokio = { version = "1.42.0", features = ["full"] }
|
tokio = { version = "1.42.0", features = ["full","tracing"] }
|
||||||
|
console-subscriber = "0.1.5"
|
||||||
anyhow = "1.0.95"
|
anyhow = "1.0.95"
|
||||||
serde_json = "1.0.135"
|
serde_json = "1.0.135"
|
||||||
serde = { version = "1.0.217", features = ["derive"] }
|
serde = { version = "1.0.217", features = ["derive"] }
|
||||||
sha256 = "1.5.0"
|
sha256 = "1.5.0"
|
||||||
petname = "2.0.2"
|
petname = "2.0.2"
|
||||||
crossterm = "0.28.1"
|
crossterm = "0.28.1"
|
||||||
|
tracing = "0.1.41"
|
||||||
|
tracing-subscriber = "0.3.19"
|
||||||
|
|
Loading…
Add table
Reference in a new issue