2025-07-16 01:57:03 +02:00
|
|
|
[package]
|
|
|
|
name = "hl-zed-dc-rpc"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
[dependencies]
|
2025-07-16 03:07:23 +02:00
|
|
|
anyhow = "1.0.98"
|
|
|
|
discord-rich-presence = { git = "https://github.com/vionya/discord-rich-presence" } # git cause errors
|
|
|
|
env_logger = "0.11.8"
|
|
|
|
hyprland = { git = "https://github.com/hyprland-community/hyprland-rs" }
|
|
|
|
log = "0.4.27"
|
|
|
|
regex = "1.11.1"
|
|
|
|
serde_json = "1.0.140"
|