SNot/Cargo.toml
2024-09-26 13:37:39 +05:30

16 lines
338 B
TOML

[package]
name = "snot"
version = "0.1.1"
edition = "2021"
authors = ["candifloss <candifloss.cc>"]
[dependencies]
zbus = "4.4.0"
zvariant = "4.2.0"
tokio = { version = "1.40.0", features = ["full"] }
futures-util = "0.3.30"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
rson_rs = "0.2.1"
argh = "0.1.12"