cc-daemon/Cargo.toml

11 lines
263 B
TOML

[package]
name = "ccDaemon"
version = "0.1.0"
edition = "2021"
[dependencies]
http-body-util = "0.1.2"
hyper = { version = "1.4.1", features = ["full"] }
hyper-util = { version = "0.1.7", features = ["full"] }
tokio = { version = "1.39.3", features = ["full"] }