Initial commit

This commit is contained in:
2025-03-19 15:32:04 +01:00
commit 1c2f8b08d3
8 changed files with 542 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "thumbctl"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = "4.5.13"
dbus = "0.9.7"
quick-xml = { version = "0.36.1", features = ["serialize"] }
serde = { version = "1.0.204", features = ["derive"] }
[profile.release]
strip = true
lto = true
codegen-units = 1