Initial Commit 2

This commit is contained in:
2021-12-30 23:29:56 +01:00
parent 7298e8de73
commit 1ad30399cf
9 changed files with 259 additions and 45 deletions

View File

@ -13,6 +13,7 @@ seed = "0.8.0"
serde = { version = "1", features = ['derive'] }
serde_json = "1"
anyhow = "*"
rand = "0.8.4"
[dependencies.css_typegen]
git = "https://github.com/hulthe/css_typegen.git"