Revert "Phase 1 & 2"

This reverts commit 2a3ba4ea4c.
This commit is contained in:
2025-12-30 13:10:05 +09:00
parent 2a3ba4ea4c
commit 6adaf6acd7
21 changed files with 15 additions and 3073 deletions

View File

@@ -1,20 +0,0 @@
[workspace]
members = [
"unity-parser",
"cursebreaker-parser"
]
resolver = "2"
[workspace.dependencies]
# Common dependencies can be defined here for sharing across crates
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
serde_json = "1.0"
anyhow = "1.0"
tokio = { version = "1.0", features = ["full"] }
glam = "0.24"
sparsey = "0.11"
walkdir = "2.4"
rayon = "1.8"
thiserror = "1.0"
dotenvy = "0.15"