Init Cargo workspace with three crates: pixstrip-core, pixstrip-gtk, pixstrip-cli

This commit is contained in:
2026-03-06 01:28:24 +02:00
commit 2a5e0e7289
8 changed files with 946 additions and 0 deletions

3
pixstrip-cli/src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Pixstrip CLI - v{}", pixstrip_core::version());
}