SNot/Cargo.toml

13 lines
264 B
TOML
Raw 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-08-27 11:28:05 +00:00
zbus_macros = "4.4.0"
zbus_names = "3.0.0"
zvariant = "4.2.0"
# rson_rs = "0.2.1"
2024-08-27 11:28:05 +00:00
tokio = { version = "1.39.3", features = ["full"] }