cc-daemon/Cargo.toml

15 lines
341 B
TOML

[package]
name = "ccDaemon"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.38"
http-body-util = "0.1.2"
hyper = { version = "1.4.1", features = ["full"] }
hyper-util = { version = "0.1.7", features = ["full"] }
mime = "0.3.17"
mime-sniffer = "0.1.2"
mime_guess = "2.0.5"
tokio = { version = "1.39.3", features = ["full"] }