mcaptcha-api-rs/Cargo.toml
Aravinth Manivannan 0f9caf7777
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: use dotenv to load test data
2024-01-02 20:10:06 +05:30

16 lines
387 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"
dotenv = "0.15.0"