added toml crate

This commit is contained in:
2026-03-01 21:36:54 +01:00
parent fe0659ea14
commit bc2ed1d2e3
2 changed files with 56 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ edition = "2024"
libloot = "0.29.0"
quick-xml = { version = "0.39.2", features = ["serde-types", "serialize"] }
serde = { version = "1.0.228", features = ["derive"] }
toml = "1.0.3"