1
0
Fork 0
This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
autoconfig/Cargo.toml
2021-07-24 13:37:14 +02:00

14 lines
No EOL
323 B
TOML

[package]
name = "autoconfig"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3.22"
reqwest = { version = "0.11.4", features = ["blocking"] }
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
zip = "0.5"