
* Added core::Channel and menu functionality. core::Channel may leak memory. * Added leptos example.
20 lines
629 B
TOML
20 lines
629 B
TOML
[package]
|
|
name = "test-tauri-events"
|
|
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
|
|
|
|
[build-dependencies]
|
|
# tauri-build = { version = "2.0.0-beta", features = [] }
|
|
tauri-build = { path = "../../tauri/core/tauri-build", features = [] }
|
|
|
|
[dependencies]
|
|
tauri = { path = "../../tauri/core/tauri", features = [] }
|
|
tauri-plugin-shell = { path = "../../plugins-workspace/plugins/shell" }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|