morethantext/Cargo.toml

14 lines
380 B
TOML
Raw Normal View History

2024-02-26 08:41:24 -05:00
[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.7.4"
2024-03-11 10:45:20 -04:00
axum-extra = { version = "0.9.2", features = ["cookie-signed"] }
clap = { version = "4.5.1", features = ["derive"] }
2024-03-17 15:40:00 -04:00
rand = "0.8.5"
tokio = { version = "1.36.0", features = ["full"] }