chore: Disable workspace inheritance for [package] (#775)

This commit is contained in:
Fabian-Lars
2023-11-29 10:59:04 +01:00
committed by GitHub
parent 3db81b4fe3
commit 4899ae007a
18 changed files with 66 additions and 67 deletions
+4 -4
View File
@@ -2,10 +2,10 @@
name = "tauri-plugin-single-instance"
version = "0.0.0"
description = "Ensure a single instance of your tauri app is running."
authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
authors = [ "Tauri Programme within The Commons Conservancy" ]
license = "Apache-2.0 OR MIT"
edition = "2021"
rust-version = "1.64"
exclude = ["/examples"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html