Initial commit
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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
|
||||
Reference in New Issue
Block a user