mirror of
https://github.com/tauri-apps/tauri-bindgen.git
synced 2026-01-31 00:45:21 +01:00
20 lines
568 B
TOML
20 lines
568 B
TOML
[package]
|
|
name = "tauri-bindgen-host"
|
|
authors.workspace = true
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bitflags.workspace = true
|
|
tauri-bindgen-host-macro = { path = "../host-macro" }
|
|
async-trait = "0.1.73"
|
|
tauri.workspace = true
|
|
tracing = { version = "0.1.37", features = ["log", "log-always"] }
|
|
anyhow = "1.0.75"
|
|
serde.workspace = true
|
|
ipc-router-wip = { path = "../ipc-router-wip" }
|
|
generational-arena = "0.2.9"
|