From 5ef428555896e33417b01616f88ab69f7dfb3cb3 Mon Sep 17 00:00:00 2001 From: GyDi Date: Mon, 31 Jan 2022 23:27:11 +0800 Subject: [PATCH] chore: update deps and app name --- src-tauri/Cargo.lock | 48 ++++++++++++++++++++++---------------------- src-tauri/Cargo.toml | 4 ++-- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c65dbb1..bbb3080 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -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" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b4878e4..a0ecf59 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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"