Files
tauri-plugins-workspace/Cargo.toml
T
Jonas Kruckenberg 2e515abba7 fix: Bump MSRV to 1.64 (#119)
Bumps the MSRV to 1.64 since that's the version that introduced the workspace inheritance we are using here.
2023-02-01 10:28:36 +01:00

18 lines
354 B
TOML

[workspace]
members = ["plugins/*"]
resolver = "2"
[workspace.dependencies]
serde = { version = "1", features = ["derive"] }
log = "0.4"
tauri = "1"
tauri-build = "1"
serde_json = "1"
thiserror = "1"
[workspace.package]
edition = "2021"
authors = [ "Tauri Programme within The Commons Conservancy" ]
license = "Apache-2.0 OR MIT"
rust-version = "1.64"