Init Cargo workspace with three crates: pixstrip-core, pixstrip-gtk, pixstrip-cli
This commit is contained in:
3
pixstrip-cli/src/main.rs
Normal file
3
pixstrip-cli/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Pixstrip CLI - v{}", pixstrip_core::version());
|
||||
}
|
||||
Reference in New Issue
Block a user