Split project

This commit is contained in:
2023-05-07 02:18:48 +02:00
parent 85cdecca12
commit 82135428d0
19 changed files with 384 additions and 751 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "springylib"
version = "0.1.0"
edition = "2021"
[dependencies]
binrw = "0.11.1"
serde = {version = "1.0.160", features = ["derive"]}
serde-xml-rs = "0.6.0"