mirror of
https://github.com/QRouland/SGTool.git
synced 2026-03-19 01:26:57 +00:00
Initial parser for stormfate replay
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user