SNot/Cargo.toml

13 lines
268 B
TOML
Raw Permalink Normal View History

2024-08-09 14:40:05 +00:00
[package]
name = "snot"
version = "0.1.0"
edition = "2021"
2024-08-11 11:31:05 +00:00
authors = ["candifloss <candifloss.cc>"]
2024-08-09 14:40:05 +00:00
[dependencies]
2024-08-25 21:10:15 +00:00
zbus = "4.4.0"
2024-09-01 11:31:19 +00:00
zvariant = "4.2.0"
2024-09-01 08:20:17 +00:00
tokio = { version = "1.40.0", features = ["full"] }
futures-util = "0.3.30"
2024-09-19 10:45:52 +00:00
serde_json = "1.0.128"
2024-09-01 08:20:17 +00:00
# rson_rs = "0.2.1"