morethantext/Cargo.toml
Jeff Baskin 85e12e20d4
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Started to add the functionality to allow default functions.
2025-09-18 13:30:20 -04:00

22 lines
599 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"] }
isolang = ">=2.4.0"
rand = ">=0.9.2"
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"] }