zabbixlaunch/Cargo.toml

18 lines
558 B
TOML
Raw Normal View History

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]
2022-01-16 21:18:25 +01:00
clap = { version = "2", features = ["yaml"] }
embedded-graphics = { version = "0.7", optional = true }
futures = "*"
launchy = { git = "https://github.com/kangalioo/launchy", branch = "master" }
2022-01-16 21:18:25 +01:00
nix = "0.23"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }