chore: bootstrap nana-story M0

This commit is contained in:
Codex
2026-07-28 12:51:00 +08:00
commit 3dacc92423
71 changed files with 6840 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[package]
name = "nana-story-app"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "Desktop shell for 听娜娜讲故事"
[lib]
name = "nana_story_app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
nana-domain.workspace = true
nana-runtime.workspace = true
serde.workspace = true
serde_json.workspace = true
tauri = { version = "2", features = [] }
[lints]
workspace = true