summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 71486a492b5b5df702e4733b60dddef6d5a2983b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "get"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.56"
clap = { version = "3.1.8", features = ["derive"] }
reqwest = { version = "0.11.10", features = ["rustls-tls"] }
tokio = { version = "1.17.0", features = ["full"] }