1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

init arg parsing

This commit is contained in:
Robin Appelman 2021-03-12 19:32:55 +01:00
commit d426b537b2
4 changed files with 175 additions and 1 deletions

View file

@ -10,4 +10,5 @@ color-eyre = "0.5"
min-id = "0.1"
maplit = "1"
camino = "1"
tokio = { version = "1" , features = ["fs", "macros"] }
tokio = { version = "1" , features = ["fs", "macros"] }
parse-display = "0.4"