Add arg parsing, support multiple worlds

This commit is contained in:
crumblingstatue 2023-04-12 22:18:52 +02:00
parent 83f35e51ee
commit 129585ba64
5 changed files with 140 additions and 22 deletions

View file

@ -22,6 +22,7 @@ serde = { version = "1.0.159", features = ["derive"] }
log = "0.4.17"
env_logger = "0.10.0"
zstd = "0.12.3"
clap = { version = "4.2.1", features = ["derive"] }
[dependencies.s2dc]
#git = "https://github.com/crumblingstatue/s2dc.git"