implement justified layout

This commit is contained in:
Johannes Heuel
2022-08-17 20:16:52 +02:00
parent 9b8e38eca6
commit 43d0566db9
14 changed files with 521 additions and 929 deletions

View File

@@ -1,9 +1,9 @@
[package]
name = "common"
version = "0.1.0"
authors = ["Johannes Heuel <johannes.heuel@rwth-aachen.de>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT"
[dependencies]
serde = { version = "1.0", features = ["derive"] }