|
|
@ -2,10 +2,10 @@
|
|
|
|
name = "tauri-plugin-store"
|
|
|
|
name = "tauri-plugin-store"
|
|
|
|
version = "0.0.0"
|
|
|
|
version = "0.0.0"
|
|
|
|
description = "Simple, persistent key-value store."
|
|
|
|
description = "Simple, persistent key-value store."
|
|
|
|
authors = [ "Tauri Programme within The Commons Conservancy" ]
|
|
|
|
authors.workspace = true
|
|
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
license.workspace = true
|
|
|
|
edition = "2021"
|
|
|
|
edition.workspace = true
|
|
|
|
rust-version = "1.64"
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
|
|