Init Cargo workspace with three crates: pixstrip-core, pixstrip-gtk, pixstrip-cli
This commit is contained in:
9
pixstrip-cli/Cargo.toml
Normal file
9
pixstrip-cli/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "pixstrip-cli"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
pixstrip-core = { workspace = true }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
Reference in New Issue
Block a user