You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
803 B
34 lines
803 B
[package]
|
|
name = "app"
|
|
version = "0.1.0"
|
|
description = "A Tauri App"
|
|
authors = ["you"]
|
|
license = ""
|
|
repository = ""
|
|
edition = "2021"
|
|
rust-version = "1.77.2"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
name = "app_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2.2.0", features = [] }
|
|
|
|
[dependencies]
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
log = "0.4"
|
|
tauri = { version = "2.5.0", features = ["devtools"] }
|
|
tauri-plugin-log = "2.0.0-rc"
|
|
tauri-plugin-http = "2"
|
|
dotenv = "0.15.0"
|
|
rosc = "0.11.4"
|
|
tokio = { version = "1.45.1", features = ["net"] }
|
|
webview2-com = "0.37.0"
|
|
windows = "0.61.1"
|
|
tauri-plugin-fs = "2"
|
|
tauri-plugin-opener = "2"
|
|
enttecopendmx ="0.1.0"
|
|
|