jacanaoesta/Cargo.toml

16 lines
373 B
TOML
Raw Normal View History

2022-11-23 22:02:36 +01:00
[package]
name = "jacanaoesta"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "4"
2022-12-31 20:37:44 +01:00
reqwest = { version = "0.11", features = ["blocking", "json"] }
2022-11-23 23:28:52 +01:00
rpassword = "7.0"
2022-12-31 20:37:44 +01:00
url = "2.3"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
chrono = "0.4.23"