mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
add crates
This commit is contained in:
parent
321e23acb2
commit
86c3b96413
3 changed files with 3150 additions and 73 deletions
3177
Cargo.lock
generated
3177
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -102,6 +102,7 @@ once_cell = "1.21.3"
|
||||||
pbkdf2 = { version = "0.12", features = ["simple"] }
|
pbkdf2 = { version = "0.12", features = ["simple"] }
|
||||||
phf = { version = "0.11.3", features = ["macros"] }
|
phf = { version = "0.11.3", features = ["macros"] }
|
||||||
pin-project = "1.1.10"
|
pin-project = "1.1.10"
|
||||||
|
portable-pty = "0.9"
|
||||||
prettyplease = "0.2.34"
|
prettyplease = "0.2.34"
|
||||||
prost = "0.13"
|
prost = "0.13"
|
||||||
prost-build = "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"] }
|
strum = { version = "0.27.1", features = ["derive"] }
|
||||||
syn = { version = "2.0.103", features = ["parsing", "printing"] }
|
syn = { version = "2.0.103", features = ["parsing", "printing"] }
|
||||||
tar = "0.4.44"
|
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"
|
tempfile = "3.20.0"
|
||||||
termcolor = "1.4.1"
|
termcolor = "1.4.1"
|
||||||
tokio = { version = "1.45", features = ["fs", "rt-multi-thread", "macros", "signal"] }
|
tokio = { version = "1.45", features = ["fs", "rt-multi-thread", "macros", "signal"] }
|
||||||
|
|
|
||||||
|
|
@ -2503,6 +2503,14 @@
|
||||||
"name": "num_enum_derive",
|
"name": "num_enum_derive",
|
||||||
"repository": "https://github.com/illicitonion/num_enum"
|
"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",
|
"authors": "Cldfire",
|
||||||
"description": "A safe and ergonomic Rust wrapper for the NVIDIA Management Library",
|
"description": "A safe and ergonomic Rust wrapper for the NVIDIA Management Library",
|
||||||
|
|
@ -3463,6 +3471,14 @@
|
||||||
"name": "serde_repr",
|
"name": "serde_repr",
|
||||||
"repository": "https://github.com/dtolnay/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>",
|
"authors": "Jacob Brown <kardeiz@gmail.com>",
|
||||||
"description": "De/serialize structs with named fields as array of values",
|
"description": "De/serialize structs with named fields as array of values",
|
||||||
|
|
@ -4247,6 +4263,14 @@
|
||||||
"name": "valuable",
|
"name": "valuable",
|
||||||
"repository": "https://github.com/tokio-rs/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,
|
"authors": null,
|
||||||
"description": "Implement things as if rust had variadics",
|
"description": "Implement things as if rust had variadics",
|
||||||
|
|
@ -4607,6 +4631,14 @@
|
||||||
"name": "windows-link",
|
"name": "windows-link",
|
||||||
"repository": "https://github.com/microsoft/windows-rs"
|
"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,
|
"authors": null,
|
||||||
"description": "Windows numeric types",
|
"description": "Windows numeric types",
|
||||||
|
|
@ -4687,6 +4719,14 @@
|
||||||
"name": "windows-sys",
|
"name": "windows-sys",
|
||||||
"repository": "https://github.com/microsoft/windows-rs"
|
"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",
|
"authors": "Microsoft",
|
||||||
"description": "Import libs for Windows",
|
"description": "Import libs for Windows",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue