You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
453 B
17 lines
453 B
[package]
|
|
name = "status_cloud"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = "0.4.26"
|
|
clap = { version = "4.4.0", features = ["derive"] }
|
|
log = "0.4.20"
|
|
reqwest = { version = "0.11.18", features = ["blocking", "json"] }
|
|
serde = { version = "1.0.184", features = ["serde_derive"] }
|
|
serde_json = "1.0.105"
|
|
simplelog = "0.12.1"
|
|
toml = "0.7.6"
|