Initial layout implementation.

This commit is contained in:
hal8174 2024-08-21 01:37:20 +02:00
parent 1596bf180d
commit f284b692cc
7 changed files with 374 additions and 6 deletions

View file

@ -19,6 +19,7 @@ harness = false
base64 = "0.21.5"
clap = { version = "4.4.8", features = ["derive"] }
flate2 = "1.0.28"
rand = { version = "0.8.5", features = ["small_rng"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
termcolor = "1.4.1"