feat: initial manifest parsing
This commit is contained in:
parent
083e7dcce1
commit
299534fc67
6 changed files with 1082 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
|||
[package]
|
||||
name = "dunnopkg"
|
||||
name = "okfr"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
mlua = { version = "0.11.5", features = ["vendored", "lua54", "anyhow"] }
|
||||
postcard = { version = "1.1.3", features = ["alloc"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue