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