toos-halloween/toos-dashboard/src-tauri/Cargo.toml
Xeovalyte ef0c80d099
All checks were successful
publish / publish-tauri (ubuntu-20.04) (push) Successful in 4m21s
merge
2023-10-27 15:03:38 +02:00

28 lines
708 B
TOML

[package]
name = "toos-dashboard"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.5", features = [] }
[dependencies]
tauri = { version = "1.5", features = ["dialog-all", "shell-open"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serialport = "4.2.2"
rodio = "0.17.1"
rust-embed="8.0.0"
once_cell = "1.18.0"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]