nicks_nextcloud_integrations/status_cloud/Cargo.toml

15 lines
418 B
TOML
Raw Normal View History

2023-08-20 18:07:42 -07:00
[package]
2023-08-20 18:49:58 -07:00
name = "status_cloud"
2023-08-20 18:07:42 -07:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-08-25 20:11:27 -07:00
chrono = "0.4.26"
2023-08-25 19:12:21 -07:00
clap = { version = "4.4.0", features = ["derive"] }
confy = "0.5.1"
2023-08-20 18:49:58 -07:00
reqwest = { version = "0.11.18", features = ["blocking", "json"] }
2023-08-20 20:34:31 -07:00
serde = { version = "1.0.184", features = ["serde_derive"] }
2023-08-21 18:50:05 -07:00
serde_json = "1.0.105"