-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 716 Bytes
/
Cargo.toml
File metadata and controls
24 lines (22 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "scnd"
version = "0.6.1"
authors = ["nullsystem <15316579+nullsystem@users.noreply.github.com>"]
edition = "2021"
description = "Notification daemon that notifies you when your selected game(s) and/or server(s) gets some player activity"
readme = "README.md"
repository = "https://github.com/nullsystem/scnd"
license = "ISC"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8.12"
dirs-next = "2.0.0"
notify-rust = "4.10.0"
clap_derive = "4.5.4"
clap = "4.5.4"
reqwest = { version = "0.12.2", features = ["blocking", "json"] }
tokio = { version = "1", features = ["full"] }
futures = "0.3"
a2s = { version = "0.5.2", features = ["async"] }
msq = "0.2"