new branch for http

This commit is contained in:
clizia 2025-02-27 12:35:47 +01:00
parent 45f9b5b137
commit c1267d16e6
2 changed files with 887 additions and 14 deletions

893
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -16,12 +16,18 @@ name = "client"
path = "src/bin/client.rs"
[dependencies]
hyper = { version = "1", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
rand = "0.9.0-beta.1"
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"
serde_json = "1.0.135"
serde = { version = "1.0.217", features = ["derive"] }
sha256 = "1.5.0"
petname = "2.0.2"
crossterm = "0.28.1"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"