mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-01-14 09:55:04 +01:00
Add clippyboard-clear command
This commit is contained in:
parent
a2bfdf331b
commit
0779094712
5 changed files with 34 additions and 2 deletions
|
|
@ -9,6 +9,9 @@ name = "clippyboard-daemon"
|
|||
[[bin]]
|
||||
name = "clippyboard-select"
|
||||
|
||||
[[bin]]
|
||||
name = "clippyboard-clear"
|
||||
|
||||
[dependencies]
|
||||
ciborium = "0.2.2"
|
||||
ctrlc = "3.5.0"
|
||||
|
|
@ -22,3 +25,6 @@ tracing = { version = "0.1.41", features = ["attributes"] }
|
|||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
wayland-client = "0.31.11"
|
||||
wayland-protocols = { version = "0.32.9", features = ["staging"] }
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue