Basic POC cli working

This commit is contained in:
Jurn Wubben 2025-09-23 21:13:21 +02:00
commit 410e203f9e
9 changed files with 1433 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "printserv"
version = "0.1.0"
edition = "2024"
[dependencies]
image = {version = "0.25.8", features = ["png"]}