Files
archived-tauri-bindgen/crates/host/Cargo.toml
Jonas Kruckenberg 2c3e269690 wip
2023-09-10 19:23:08 +02:00

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"