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

Add commands to be executed on mouse click

This commit is contained in:
2022-03-05 14:14:30 +01:00
parent fb312d2102
commit fbc5237a8e
4 changed files with 1142 additions and 24 deletions

View File

@ -2,13 +2,13 @@
name = "checkbar"
version = "0.1.0"
edition = "2021"
author = "Paul-Christian Volkmer <code@pcvolkmer.de>"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dirs = "4"
serde = { version = "1", features = ["derive"] }
serde_json = "*"
chrono = { version = "*", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
toml = "*"