feat: initial manifest parsing

This commit is contained in:
user0-07161 2026-01-15 19:49:57 +01:00
parent 083e7dcce1
commit 299534fc67
6 changed files with 1082 additions and 2 deletions

View file

@ -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"] }