morethantext/Cargo.toml

20 lines
562 B
TOML

[package]
name = "morethantext"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = ">=0.8.0"
chrono = { version = ">=0.4.40", features = ["now"] }
clap = { version = ">=4.5.1", features = ["derive"] }
serde_json = ">=1.0.140"
tokio = { version = ">=1.36.0", features = ["full"] }
tower-cookies = ">=0.11.0"
uuid = { version = ">=1.8.0", features = ["v4"] }
[dev-dependencies]
http-body-util = ">=0.1.3"
tower = { version = ">=0.5.2", features = ["util"] }