worsdle_gemini/Cargo.toml

15 lines
436 B
TOML

[package]
name = "worsdle_gemini"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = { version = "0.4.38", features = ["serde"] }
glob = "0.3.1"
serde = { version = "1.0.208", features = ["derive"] }
tera = "1.20.0"
tokio = { version = "1.39.2", features = ["full"] }
urlencoding = "2.1.3"
uuid = { version = "1.10.0", features = ["v4", "fast-rng"] }
windmark = { version = "0.3.11", features = ["response-macros", "logger"] }