mirror of
https://github.com/tauri-apps/reserved-plugins.git
synced 2026-01-31 00:55:19 +01:00
18 lines
533 B
TOML
18 lines
533 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["crates/*"]
|
|
|
|
[workspace.package]
|
|
authors = ["Tauri Programme within The Commons Conservancy"]
|
|
homepage = "https://tauri.app/"
|
|
repository = "https://github.com/tauri-apps/reserved-plugins"
|
|
license = "Apache-2.0 OR MIT"
|
|
edition = "2021"
|
|
|
|
[workspace.dependencies]
|
|
util = { path = "crates/util" }
|
|
tauri = { version = "2.0.0-beta.25", default-features = true, features = ["test"] }
|
|
|
|
[patch.crates-io]
|
|
tauri = { git = "https://github.com/tauri-apps/tauri", branch = "feat/2.x-plugin-builder-result" }
|