nodes/frontend/src-tauri/Cargo.toml
2024-03-06 14:01:07 +01:00

28 lines
722 B
TOML

[package]
name = "tauri-app"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "tauri_app_lib"
crate-type = ["lib", "cdylib"]
[build-dependencies]
tauri-build = { version = "2.0.0-beta", features = [] }
[dependencies]
tauri = { version = "2.0.0-beta", features = [] }
runtime_executor_rust = { path = "../../packages/runtime_executor_rust" }
tauri-plugin-shell = "2.0.0-beta"
serde_json = "1.0"
wasmtime = "18.0.1"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]