mirror of
https://github.com/Theaninova/WanganSunrise.git
synced 2025-12-15 13:06:19 +00:00
feat: enma parsing
This commit is contained in:
10
enmacompat/Cargo.toml
Normal file
10
enmacompat/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "enmacompat"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
binrw = "0.13"
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
serde = { version = "1.0.198", features = ["derive"] }
|
||||
serde_json = "1.0.116"
|
||||
Reference in New Issue
Block a user