feat: first fully working version
This commit is contained in:
parent
9c9287c5ff
commit
43dab27968
5 changed files with 300 additions and 431 deletions
|
@ -5,9 +5,12 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
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 = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
|
||||
discord-rich-presence = { git = "https://github.com/vionya/discord-rich-presence" } # git cause errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue