tauri-sys/examples/test/Cargo.toml
bicarlsen ae49310ee1
Add menu functionality (#59)
* Added core::Channel and menu functionality. core::Channel may leak memory.

* Updated examples to v2 using Leptos.
2024-08-06 18:20:50 +02:00

19 lines
563 B
TOML

[package]
name = "test-tauri-events-ui"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
leptos = { version = "0.6", features = ["csr", "nightly"] }
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
js-sys = "0.3"
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.6"
console_error_panic_hook = "0.1.7"
tauri-sys = { path = "../../", features = ["all"] }
futures = "0.3"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-web = "0.1.3"