20 lines
630 B
TOML
20 lines
630 B
TOML
[package]
|
|
name = "mumble-web2-tui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
mumble-web2-client = { version = "0.1.0", path = "../client", features = ["desktop", "embed-denoiser"] }
|
|
mumble-web2-common = { version = "0.1.0", path = "../common" }
|
|
ratatui = "0.29"
|
|
crossterm = { version = "0.28", features = ["event-stream"] }
|
|
tokio = { version = "^1.41.1", features = ["rt", "macros"] }
|
|
futures-channel = "^0.3.30"
|
|
futures = "^0.3.30"
|
|
dioxus-signals = "0.7.2"
|
|
dioxus-core = "0.7.2"
|
|
generational-box = "0.7.2"
|
|
color-eyre = "^0.6.3"
|
|
tracing-subscriber = { version = "^0.3.18", features = ["env-filter"] }
|
|
tracing = "^0.1.40"
|