add crates

This commit is contained in:
llama 2025-10-14 09:12:55 +08:00
parent 321e23acb2
commit 86c3b96413
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3
3 changed files with 3150 additions and 73 deletions

3177
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -102,6 +102,7 @@ once_cell = "1.21.3"
pbkdf2 = { version = "0.12", features = ["simple"] }
phf = { version = "0.11.3", features = ["macros"] }
pin-project = "1.1.10"
portable-pty = "0.9"
prettyplease = "0.2.34"
prost = "0.13"
prost-build = "0.13"
@ -127,6 +128,11 @@ snafu = { version = "0.8.6", features = ["rust_1_61"] }
strum = { version = "0.27.1", features = ["derive"] }
syn = { version = "2.0.103", features = ["parsing", "printing"] }
tar = "0.4.44"
tauri = { version = "2", features = ["devtools"] }
tauri-build = { version = "2", features = [] }
tauri-plugin-log = "2"
tauri-plugin-os = "2"
tauri-plugin-single-instance = "2"
tempfile = "3.20.0"
termcolor = "1.4.1"
tokio = { version = "1.45", features = ["fs", "rt-multi-thread", "macros", "signal"] }

View file

@ -2503,6 +2503,14 @@
"name": "num_enum_derive",
"repository": "https://github.com/illicitonion/num_enum"
},
{
"authors": "Jacob Pratt <open-source@jhpratt.dev>",
"description": "A minimal library that determines the number of running threads for the current process.",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"name": "num_threads",
"repository": "https://github.com/jhpratt/num_threads"
},
{
"authors": "Cldfire",
"description": "A safe and ergonomic Rust wrapper for the NVIDIA Management Library",
@ -3463,6 +3471,14 @@
"name": "serde_repr",
"repository": "https://github.com/dtolnay/serde-repr"
},
{
"authors": null,
"description": "Serde-compatible spanned Value",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"name": "serde_spanned",
"repository": "https://github.com/toml-rs/toml"
},
{
"authors": "Jacob Brown <kardeiz@gmail.com>",
"description": "De/serialize structs with named fields as array of values",
@ -4247,6 +4263,14 @@
"name": "valuable",
"repository": "https://github.com/tokio-rs/valuable"
},
{
"authors": "Ashley Mannix <ashleymannix@live.com.au>",
"description": "Anonymous structured values",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"name": "value-bag",
"repository": "https://github.com/sval-rs/value-bag"
},
{
"authors": null,
"description": "Implement things as if rust had variadics",
@ -4607,6 +4631,14 @@
"name": "windows-link",
"repository": "https://github.com/microsoft/windows-rs"
},
{
"authors": null,
"description": "Linking for Windows",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"name": "windows-link",
"repository": "https://github.com/microsoft/windows-rs"
},
{
"authors": null,
"description": "Windows numeric types",
@ -4687,6 +4719,14 @@
"name": "windows-sys",
"repository": "https://github.com/microsoft/windows-rs"
},
{
"authors": null,
"description": "Rust for Windows",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"name": "windows-sys",
"repository": "https://github.com/microsoft/windows-rs"
},
{
"authors": "Microsoft",
"description": "Import libs for Windows",