corrode/Cargo.toml
Andrii Babarytskyi 012ef02a8e Initial commit
2025-06-05 20:11:02 +02:00

14 lines
412 B
TOML

[package]
name = "corrode"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
clap = { version = "4.5.38", features = ["derive"] }
http-body-util = "0.1.3"
hyper = { version = "1.6.0", features = ["full"] }
hyper-util = { version = "0.1.11", features = ["full"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.44.2", features = ["full"] }