mcaptcha-api-rs/Cargo.toml
Aravinth Manivannan b15e9ebe18
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: verify authorization token and run tests
2024-01-02 19:56:22 +05:30

14 lines
369 B
TOML

[package]
name = "mcaptcha-api-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11.23", features = ["json", "gzip", "native-tls"] }
serde = { version = "1.0.194", features = ["derive"] }
url = "2.5.0"
[dev-dependencies]
actix-rt = "2.9.0"