initial commit

This commit is contained in:
2026-02-26 17:08:38 +01:00
commit c34a957a9d
8 changed files with 854 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "fomod-manager"
version = "0.1.0"
edition = "2024"
[dependencies]
quick-xml = { version = "0.39.2", features = ["serde-types", "serialize"] }
serde = { version = "1.0.228", features = ["derive"] }