chore: update deps and app name

This commit is contained in:
GyDi 2022-01-31 23:27:11 +08:00
parent aa7df4282e
commit 5ef4285558
No known key found for this signature in database
GPG Key ID: 58B15242BA8277A6
2 changed files with 26 additions and 26 deletions

48
src-tauri/Cargo.lock generated
View File

@ -38,30 +38,6 @@ version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
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]]
name = "arc-swap"
version = "0.4.8"
@ -390,6 +366,30 @@ dependencies = [
"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]]
name = "cocoa"
version = "0.24.0"

View File

@ -1,11 +1,11 @@
[package]
name = "app"
name = "clash-verge"
version = "0.1.0"
description = "clash verge"
authors = ["zzzgydi"]
license = "GPL-3.0"
repository = "https://github.com/zzzgydi/clash-verge.git"
default-run = "app"
default-run = "clash-verge"
edition = "2021"
build = "build.rs"