1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-07-02 06:22:53 +00:00

Use enum with available values for mouse button

This commit is contained in:
2023-02-14 21:16:51 +01:00
parent 56d2961527
commit a89709b39a
3 changed files with 48 additions and 3 deletions

View File

@ -13,6 +13,7 @@ regex = "1.7"
reqwest = { version = "*", features = ["json", "rustls-tls"], default-features = false }
serde = { version = "1", features = ["derive"] }
serde_json = "*"
serde_repr = "*"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
toml = "*"