add parser and timings

This commit is contained in:
2022-05-05 20:53:56 +02:00
parent bc13c48302
commit b8ea034a84
2 changed files with 18 additions and 3 deletions
+2 -1
View File
@@ -5,4 +5,5 @@ edition = "2021"
[dependencies]
console = "0.15.0"
rand = "0.8.5"
rand = "0.8.5"
clap = { version = "3.1.15", features = ["derive"] }