mirror of
https://github.com/tauri-apps/reserved-plugins.git
synced 2026-01-31 00:55:19 +01:00
fix: set crate metadata
This commit is contained in:
@@ -5,7 +5,7 @@ members = ["crates/*"]
|
||||
[workspace.package]
|
||||
authors = ["Tauri Programme within The Commons Conservancy"]
|
||||
homepage = "https://tauri.app/"
|
||||
repository = "https://github.com/tauri-apps/tauri-plugin-core"
|
||||
repository = "https://github.com/tauri-apps/reserved-plugins"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
## \[2.0.0-beta.0]
|
||||
|
||||
- [\`\`](https://github.com/tauri-apps/reserved-plugins/commit/undefined) Initial release.
|
||||
- [`12d84e`](https://github.com/tauri-apps/reserved-plugins/commit/undefined) Initial release.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[package]
|
||||
name = "tauri-plugin-core"
|
||||
version = "2.0.0-beta.0"
|
||||
description = "Core is a reserved Tauri plugin name"
|
||||
authors.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
## \[2.0.0-beta.0]
|
||||
|
||||
- [\`\`](https://github.com/tauri-apps/reserved-plugins/commit/undefined) Initial release.
|
||||
- [`12d84e`](https://github.com/tauri-apps/reserved-plugins/commit/undefined) Initial release.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[package]
|
||||
name = "tauri-plugin-tauri"
|
||||
version = "2.0.0-beta.0"
|
||||
description = "Tauri is a reserved Tauri plugin name"
|
||||
authors.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user