mobile app dev fix

This commit is contained in:
2026-03-10 13:49:08 +07:00
parent c9dfc681e8
commit cfa18f698b
6 changed files with 12 additions and 16 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "staticlib"]
crate-type = ["staticlib", "cdylib", "rlib"]
name = "netrunner_app"
[build-dependencies]