This commit is contained in:
nora 2022-04-17 18:39:06 +02:00
parent f88c486088
commit 039b5ea9c7
7 changed files with 156 additions and 27 deletions

View file

@ -9,6 +9,7 @@ edition = "2021"
bumpalo = { version = "3.9.1", features = ["allocator_api"] }
clap = { version = "3.1.9", features = ["derive"] }
owo-colors = "3.3.0"
rand = "0.8.5"
tracing = "0.1.34"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }