You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/persisted-scope/Cargo.toml

25 lines
673 B

[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.0-alpha.3"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
[package.metadata.docs.rs]
features = [ "tauri/dox" ]
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1.0"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.3" }
[features]
protocol-asset = [ "tauri/protocol-asset" ]