web_test/Cargo.toml
2024-07-31 20:54:28 +08:00

14 lines
384 B
TOML

[package]
name = "web_test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = {version = "1", features = ["full"]}
reqwest = { version = "0.11", features = ["blocking", "json", "socks"] }
anyhow = "1"
serde = {version = "1.0.204", features = ["derive"]}
serde_json = "1.0.121"