mobile app web view

This commit is contained in:
2026-03-10 00:40:39 +07:00
parent 6f4dd88a8e
commit c9dfc681e8
45 changed files with 6539 additions and 135 deletions
+6 -8
View File
@@ -1,19 +1,17 @@
[package]
name = "app"
name = "netrunner-app"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "netrunner-app"
path = "main.rs"
[lib]
crate-type = ["cdylib", "staticlib"]
name = "netrunner_app"
[build-dependencies]
tauri-build = { version = "2.0.0" }
tauri-build = { version = "2.0.0", features = [] }
[dependencies]
netrunner-client = { path = "../../client" }
netrunner-core = { path = "../../core" }
tauri = { version = "2.0.0", features = [] }
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }