0dd63b1558
- 删除 server/storage/models/events 四模块(axum :10801 后端,功能已全部由 Python 后端 :10085 承担) - lib.rs:删除 mod 声明,Rust 侧仅保留窗口与生命周期 - Cargo.toml:移除 axum/tower-http/tower/tokio/uuid/chrono/dirs/futures/rust-embed 等 12 个依赖 - cargo check 0 警告,编译更快
20 lines
481 B
TOML
20 lines
481 B
TOML
[package]
|
|
name = "昆明大学生创业园展播系统"
|
|
version = "0.1.0"
|
|
description = "大屏媒体轮播系统 - Tauri App"
|
|
authors = ["Pine"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "dpm_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
|
|
[dependencies]
|
|
tauri = { version = "2", features = ["macos-private-api"] }
|
|
tauri-plugin-opener = "2"
|
|
tauri-plugin-autostart = "2"
|
|
serde = { version = "1", features = ["derive"] }
|