refactor: add upm application facade and module api

This commit is contained in:
stoorps 2026-03-21 23:43:14 +00:00
parent 005d6ebfdb
commit e2a01d3095
Signed by: stoorps
SSH key fingerprint: SHA256:AZlPfu9hTu042EGtZElmDQoy+KvMOeShLDan/fYLoNI
36 changed files with 1058 additions and 607 deletions

View file

@ -11,4 +11,7 @@ path = "src/lib.rs"
quick-xml.workspace = true
reqwest.workspace = true
serde.workspace = true
upm-module-api = { path = "../upm-module-api" }
[dev-dependencies]
upm-core = { path = "../upm-core" }