tauri/Cargo.toml

11 lines
115 B
TOML
Raw Normal View History

[workspace]
members = [
"tauri",
"tauri-api",
"tauri-macros",
"tauri-utils",
]
exclude = [
"examples",
]