renames and tauri app

This commit is contained in:
2026-03-09 17:51:01 +07:00
parent 6ca47336a1
commit 6f4dd88a8e
62 changed files with 5215 additions and 70 deletions
+19
View File
@@ -0,0 +1,19 @@
[package]
name = "app"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "netrunner-app"
path = "main.rs"
[build-dependencies]
tauri-build = { version = "2.0.0" }
[dependencies]
netrunner-client = { path = "../../client" }
netrunner-core = { path = "../../core" }
tauri = { version = "2.0.0", features = [] }
serde = { version = "1.0", features = ["derive"] }