mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-28 07:14:40 +08:00
* chore(deps): lock file maintenance cargo dependencies * chore: run cargo upgrade and cargo update * chore: fix clippy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Slinetrac <realakayuki@gmail.com>
21 lines
467 B
TOML
21 lines
467 B
TOML
[package]
|
|
name = "tauri-plugin-clash-verge-sysinfo"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
rust-version = "1.91"
|
|
|
|
[dependencies]
|
|
tauri = { workspace = true }
|
|
tauri-plugin-clipboard-manager = { workspace = true }
|
|
parking_lot = { workspace = true }
|
|
sysinfo = { version = "0.38.0", features = ["network", "system"] }
|
|
|
|
[target.'cfg(not(windows))'.dependencies]
|
|
libc = "0.2.180"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
deelevate = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|