captcha/Cargo.toml

15 lines
315 B
TOML

[package]
name = "captcha"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
[dependencies]
tokio = { version = "1.29", features = ["rt-multi-thread", "macros", "process"] }
serde = { version = "1.0", features = ["serde_derive"] }
axum = "0.6"
rand = "0.8"
lazy_static = "1.4"
log = "0.4"
env_logger = "0.10"