Initial parser for stormfate replay

This commit is contained in:
2024-05-25 15:08:14 -04:00
parent 1039ccf224
commit d88e5410a0
11 changed files with 895 additions and 1 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "sgtool"
version = "0.0.1-dev"
edition = "2021"
authors = [ "Quentin Rouland <quentin@qrouland.com>" ]
[dependencies]
clap = { version = "4.5", features = ["derive"] }
byteorder = "1.5"
flate2 = "1.0"
quick-protobuf = { version = "0.8", features = ["std"] }
log = "0.4.21"
pretty_env_logger = "0.5.0"