Split up crate into workspace
This commit is contained in:
parent
07385419a7
commit
6bded59ab6
10 changed files with 51 additions and 20 deletions
10
mark-bin/Cargo.toml
Normal file
10
mark-bin/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "mark-bin"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.3.19", features = ["derive", "deprecated"] }
|
||||
image.workspace = true
|
||||
mark.workspace = true
|
||||
palette.workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue