chir.rs/chir-rs-client/Cargo.toml

19 lines
549 B
TOML
Raw Permalink Normal View History

2024-12-03 09:23:07 +00:00
[package]
name = "chir-rs-client"
version = "0.1.0"
edition = "2021"
[dependencies]
bincode = "2.0.0-rc.3"
chir-rs-http-api = { version = "0.1.0", path = "../chir-rs-http-api" }
clap = { version = "4.5.21", features = ["derive"] }
color-eyre = "0.6.3"
2024-12-05 08:23:54 +00:00
dotenvy = "0.15.7"
2024-12-03 09:23:07 +00:00
eyre = "0.6.12"
2024-12-05 08:23:54 +00:00
mime = "0.3.17"
mime_guess = "2.0.5"
reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls", "stream"] }
tokio = { version = "1.41.1", features = ["fs", "macros", "rt-multi-thread"] }
tracing = "0.1.41"
2024-12-03 09:23:07 +00:00
tracing-subscriber = "0.3.19"