This commit is contained in:
2026-08-08 11:56:08 +02:00
commit c2309e3ccf
10 changed files with 1868 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "zomboid-converter"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
rusqlite = { version = "0.32", features = ["bundled"] }
tempfile = "3"
walkdir = "2"
zip = "2"