This commit is contained in:
end-4
2024-02-22 15:35:06 +07:00
commit 8db26e9707
4220 changed files with 208544 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[package]
name = "notify-receive"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.69"
chrono = "0.4.23"
gtk = "0.17.1"
mpsc = "0.1.0"
nohash-hasher = "0.2.0"
serde = {version = "1.0.152", features = ["derive"]}
serde_json = "1.0.93"
tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros", "sync", "time"] }
unix-named-pipe = "0.2.0"
zbus = "3.10.0"