hako/Cargo.toml
2024-07-24 21:42:21 +00:00

17 lines
391 B
TOML

[package]
name = "hako"
version = "0.1.0"
edition = "2021"
[dependencies]
fern = { version = "0.6.2" }
http-body-util = "0.1.2"
humantime = "2.1.0"
hyper = { version = "1.4.1", features = ["full"] }
hyper-util = { version = "0.1.6", features = ["full"] }
log = "0.4.22"
owo-colors = "4.0.0"
pico-args = "0.5.0"
route-recognizer = "0.3.1"
tokio = { version = "1.38.0", features = ["full"] }