2021-09-05 20:30:24 +02:00
|
|
|
[package]
|
|
|
|
name = "zabbixlaunch"
|
2021-10-19 13:57:07 +02:00
|
|
|
version = "1.0.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-10-24 16:45:19 +02:00
|
|
|
clap = { version = "2.33.3", features = ["yaml"] }
|
2021-09-16 16:43:52 +02:00
|
|
|
embedded-graphics = { version = "0.7.1", optional = true }
|
2021-09-10 13:15:01 +02:00
|
|
|
launchy = { git = "https://github.com/kangalioo/launchy", branch = "master" }
|
2021-10-11 23:57:29 +02:00
|
|
|
reqwest = { version = "0.11.5", features = ["blocking", "json"] }
|
2021-09-05 20:30:24 +02:00
|
|
|
serde = { version = "1.0.130", features = ["derive"] }
|
2021-10-10 22:08:21 +02:00
|
|
|
serde_json = "1.0.68"
|
|
|
|
nix = "0.23.0"
|