Add layout bin.

This commit is contained in:
hal8174 2024-09-25 00:46:22 +02:00
parent e9377de01f
commit b79d0dffb6
4 changed files with 331 additions and 58 deletions

View file

@ -20,6 +20,7 @@ base64 = "0.21.5"
clap = { version = "4.4.8", features = ["derive"] }
flate2 = "1.0.28"
image = "0.25.2"
miette = { version = "7.2.0", features = ["fancy"] }
rand = { version = "0.8.5", features = ["small_rng"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"