SNot/Cargo.toml

22 lines
596 B
TOML
Raw Normal View History

2024-08-09 14:40:05 +00:00
[package]
name = "snot"
2024-09-27 18:26:53 +00:00
version = "0.1.3"
2024-08-09 14:40:05 +00:00
edition = "2021"
2024-08-11 11:31:05 +00:00
authors = ["candifloss <candifloss.cc>"]
2024-11-18 10:18:35 +00:00
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"
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"
serde = { version = "1.0.210", features = ["derive"] }
2024-09-19 10:45:52 +00:00
serde_json = "1.0.128"
2024-09-26 08:07:39 +00:00
rson_rs = "0.2.1"
argh = "0.1.12"