Add python file builder

This commit is contained in:
a2x
2023-10-17 12:06:23 +10:00
parent c55bdf15a2
commit 0a86db6b40
86 changed files with 17670 additions and 436 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cs2-dumper"
version = "1.1.1"
version = "1.1.2"
authors = ["a2x"]
edition = "2021"
readme = "README.md"
@@ -10,6 +10,7 @@ license = "MIT"
[dependencies]
chrono = "0.4"
clap = { version = "4.4", features = ["derive"] }
convert_case = "0.6"
lazy_static = "1.4"
log = "0.4"
regex = "1.9"