2021-10-16 09:50:11 -07:00
|
|
|
[package]
|
|
|
|
name = "omegaupload-cli"
|
|
|
|
version = "0.1.0"
|
2021-10-21 18:35:54 -07:00
|
|
|
edition = "2021"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
omegaupload-common = { path = "../common" }
|
|
|
|
|
|
|
|
anyhow = "1"
|
|
|
|
atty = "0.2"
|
|
|
|
clap = "3.0.0-beta.4"
|
|
|
|
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "blocking"] }
|
2021-10-19 02:18:33 -07:00
|
|
|
secrecy = { version = "0.8", features = ["serde"] }
|