cc-daemon/Cargo.toml

11 lines
263 B
TOML
Raw Normal View History

2024-08-21 14:23:09 +02:00
[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"] }