(chore): update codebase
This commit is contained in:
parent
fd15215f15
commit
4e8d46b20e
106 changed files with 29936 additions and 1023 deletions
12
apps/tauri/src-tauri/vendor/Cargo.toml
vendored
Normal file
12
apps/tauri/src-tauri/vendor/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[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"
|
||||
Loading…
Reference in a new issue