nicks_nextcloud_integrations/status_cloud/Cargo.toml

10 lines
248 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-20 18:49:58 -07:00
reqwest = { version = "0.11.18", features = ["blocking", "json"] }