all
This commit is contained in:
31
apps/tauri/src-tauri/Cargo.toml
Normal file
31
apps/tauri/src-tauri/Cargo.toml
Normal file
@@ -0,0 +1,31 @@
|
||||
[package]
|
||||
name = "cslab-dcs-editor"
|
||||
version = "1.0.0"
|
||||
description = "DCS Editor - CSLAB DCS 编辑器"
|
||||
authors = [ "cslab" ]
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "cslab_dcs_tauri_lib"
|
||||
crate-type = [
|
||||
"staticlib",
|
||||
"cdylib",
|
||||
"rlib"
|
||||
]
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "2.5.4", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "2.10.0", features = [] }
|
||||
tauri-plugin-opener = "2.2.5"
|
||||
tauri-plugin-dialog = "2.2.0"
|
||||
tauri-plugin-fs = "2.2.0"
|
||||
tauri-plugin-os = "2"
|
||||
serde = { version = "1", features = [ "derive" ] }
|
||||
serde_json = "1"
|
||||
|
||||
[features]
|
||||
# this feature is used for production builds or when `devPath` points to the filesystem
|
||||
# DO NOT REMOVE!!
|
||||
custom-protocol = [ "tauri/custom-protocol" ]
|
||||
Reference in New Issue
Block a user