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:
@ -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 = "*"
|
||||
|
||||
|
Reference in New Issue
Block a user