From 3f44fa26fca3e4b6542b6f01b1e653dbb7786464 Mon Sep 17 00:00:00 2001 From: Pine Date: Mon, 17 Aug 2026 18:37:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20Rust=20=E5=8C=85=E5=90=8D=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BA=E3=80=8C=E6=98=86=E6=98=8E=E5=A4=A7=E5=AD=A6?= =?UTF-8?q?=E7=94=9F=E5=88=9B=E4=B8=9A=E5=9B=AD=E5=B1=95=E6=92=AD=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/Cargo.lock | 48 ++++++++++++++++++++++---------------------- src-tauri/Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 7bda5e8..884ba57 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -981,30 +981,6 @@ dependencies = [ "serde", ] -[[package]] -name = "dpm" -version = "0.1.0" -dependencies = [ - "axum", - "chrono", - "dirs 6.0.0", - "futures", - "once_cell", - "rust-embed", - "serde", - "serde_json", - "tauri", - "tauri-build", - "tauri-plugin-autostart", - "tauri-plugin-opener", - "tokio", - "tokio-stream", - "tower", - "tower-http", - "uuid", - "zip", -] - [[package]] name = "dtoa" version = "1.0.11" @@ -5676,3 +5652,27 @@ dependencies = [ "syn 2.0.117", "winnow 1.0.2", ] + +[[package]] +name = "昆明大学生创业园展播系统" +version = "0.1.0" +dependencies = [ + "axum", + "chrono", + "dirs 6.0.0", + "futures", + "once_cell", + "rust-embed", + "serde", + "serde_json", + "tauri", + "tauri-build", + "tauri-plugin-autostart", + "tauri-plugin-opener", + "tokio", + "tokio-stream", + "tower", + "tower-http", + "uuid", + "zip", +] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a3fb0c8..02b8ca1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "dpm" +name = "昆明大学生创业园展播系统" version = "0.1.0" description = "大屏媒体轮播系统 - Tauri App" authors = ["Pine"]