SNot/Cargo.toml
2024-11-18 15:48:35 +05:30

22 lines
596 B
TOML

[package]
name = "snot"
version = "0.1.3"
edition = "2021"
authors = ["candifloss <candifloss.cc>"]
description = "Simple NOTification"
license = "GPL-3.0-or-later"
repository = "https://git.candifloss.cc/candifloss/SNot"
homepage = "https://git.candifloss.cc/candifloss/SNot"
documentation = "https://git.candifloss.cc/candifloss/SNot"
readme = "README.md"
[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"