Initial commit

This commit is contained in:
Manuel Vögele
2024-01-15 11:44:08 +01:00
commit 81a48ac1b1
4 changed files with 395 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "clipboard-wipefmt"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
arboard = { version = "3.3.0", default-features = false }