16 lines
287 B
TOML
16 lines
287 B
TOML
[package]
|
|
name = "nana-store"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
nana-domain.workspace = true
|
|
rusqlite.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|