cc-daemon/Cargo.toml

15 lines
341 B
TOML
Raw Normal View History

2024-08-21 14:23:09 +02:00
[package]
name = "ccDaemon"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.38"
2024-08-21 14:23:09 +02:00
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"
2024-08-21 14:23:09 +02:00
tokio = { version = "1.39.3", features = ["full"] }