chore: update deps and app name
This commit is contained in:
parent
aa7df4282e
commit
5ef4285558
48
src-tauri/Cargo.lock
generated
48
src-tauri/Cargo.lock
generated
@ -38,30 +38,6 @@ version = "1.0.53"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
|
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "app"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"auto-launch",
|
|
||||||
"chrono",
|
|
||||||
"dirs 4.0.0",
|
|
||||||
"log",
|
|
||||||
"log4rs",
|
|
||||||
"port_scanner",
|
|
||||||
"reqwest",
|
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
"serde_yaml",
|
|
||||||
"tauri",
|
|
||||||
"tauri-build",
|
|
||||||
"tauri-plugin-shadows",
|
|
||||||
"tauri-plugin-vibrancy",
|
|
||||||
"tokio",
|
|
||||||
"warp",
|
|
||||||
"which",
|
|
||||||
"winreg 0.10.1",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "arc-swap"
|
name = "arc-swap"
|
||||||
version = "0.4.8"
|
version = "0.4.8"
|
||||||
@ -390,6 +366,30 @@ dependencies = [
|
|||||||
"winapi",
|
"winapi",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "clash-verge"
|
||||||
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"auto-launch",
|
||||||
|
"chrono",
|
||||||
|
"dirs 4.0.0",
|
||||||
|
"log",
|
||||||
|
"log4rs",
|
||||||
|
"port_scanner",
|
||||||
|
"reqwest",
|
||||||
|
"serde",
|
||||||
|
"serde_json",
|
||||||
|
"serde_yaml",
|
||||||
|
"tauri",
|
||||||
|
"tauri-build",
|
||||||
|
"tauri-plugin-shadows",
|
||||||
|
"tauri-plugin-vibrancy",
|
||||||
|
"tokio",
|
||||||
|
"warp",
|
||||||
|
"which",
|
||||||
|
"winreg 0.10.1",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cocoa"
|
name = "cocoa"
|
||||||
version = "0.24.0"
|
version = "0.24.0"
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "app"
|
name = "clash-verge"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "clash verge"
|
description = "clash verge"
|
||||||
authors = ["zzzgydi"]
|
authors = ["zzzgydi"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
repository = "https://github.com/zzzgydi/clash-verge.git"
|
repository = "https://github.com/zzzgydi/clash-verge.git"
|
||||||
default-run = "app"
|
default-run = "clash-verge"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user