hl-zed-dc-rpc/Cargo.toml

18 lines
393 B
TOML
Raw Normal View History

2025-07-16 01:57:03 +02:00
[package]
name = "hl-zed-dc-rpc"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
env_logger = "0.11.8"
log = "0.4.27"
2025-07-17 01:54:54 +02:00
regex = "1.11.1"
2025-07-17 01:54:54 +02:00
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
2025-07-17 01:54:54 +02:00
discord-rich-presence = { git = "https://github.com/vionya/discord-rich-presence" } # git cause errors
2025-07-17 19:10:16 +02:00
clap = { version = "4.5.41", features = ["derive"] }