25 lines
534 B
TOML
25 lines
534 B
TOML
[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
|