Files
github-actions[bot] bfc2144308 Publish New Versions (#341)
* publish new versions

* Update Cargo.toml

* add msrv note to changelog

* changelog wording

---------

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5005303399

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2023-05-17 15:53:54 +00:00

23 lines
590 B
TOML

[package]
name = "tauri-plugin-persisted-scope"
version = "0.1.1"
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
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde.workspace = true
serde_json.workspace = true
tauri.workspace = true
log.workspace = true
thiserror.workspace = true
aho-corasick = "1.0"
bincode = "1"
[features]
protocol-asset = [ "tauri/protocol-asset" ]