12 lines
365 B
TOML
12 lines
365 B
TOML
[workspace]
|
|
members = ["tauri-runtime", "tauri-runtime-cef", "tauri-utils"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
authors = ["Tauri Programme within The Commons Conservancy"]
|
|
homepage = "https://tauri.app/"
|
|
repository = "https://github.com/tauri-apps/tauri"
|
|
categories = ["gui", "web-programming"]
|
|
license = "Apache-2.0 OR MIT"
|
|
edition = "2024"
|
|
rust-version = "1.88"
|