* Bug fixes
This commit is contained in:
a2x
2026-01-26 07:18:17 +10:00
parent a03f9725e9
commit e709e1e524
110 changed files with 80569 additions and 1020 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cs2-dumper"
version = "0.1.2"
version = "0.1.3"
authors = ["a2x"]
edition = "2024"
readme = "README.md"
@@ -15,7 +15,7 @@ heck = "0.5"
log = "0.4"
memflow = "0.2"
pelite = "0.10"
phf = { version = "0.12", features = ["macros"] }
phf = { version = "0.13", features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.12"