mirror of
https://github.com/Theaninova/mhlib.git
synced 2025-12-12 12:36:17 +00:00
10 lines
174 B
TOML
10 lines
174 B
TOML
[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"
|