tagaya/Cargo.toml
Spacebot fea4e3220f
All checks were successful
Build and Test / splatie (push) Successful in 1m16s
Update Rust crate tower-http to 0.7.0
2026-06-15 14:26:53 +00:00

10 lines
220 B
TOML

[package]
name = "tagaya"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8"
dotenvy = "0.15.7"
tokio = { version = "1.52.3", features = ["full"] }
tower-http = { version = "0.7.0", features = ["timeout"] }