15 lines
261 B
TOML
15 lines
261 B
TOML
[package]
|
|
name = "nana-runtime"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
nana-domain.workspace = true
|
|
openlapp.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|