Basic POC cli working
This commit is contained in:
commit
410e203f9e
9 changed files with 1433 additions and 0 deletions
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "printserv"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
image = {version = "0.25.8", features = ["png"]}
|
||||
Loading…
Add table
Add a link
Reference in a new issue