sysmon/Cargo.toml
Jake Hillion 2d478c2800
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
hello world over matrix
2023-10-26 00:15:38 +01:00

15 lines
398 B
TOML

[package]
name = "sysmon"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
matrix-sdk = "0.6.2"
serde = { version = "1.0.189", features = ["derive"] }
serde_yaml = "0.9.25"
thiserror = "1.0.50"
tokio = { version = "1.33.0", features = ["full"] }