Files
mumble-web2/Cargo.toml
T
sam 2692b72d5a
Build Mumble Web 2 / macos_build (push) Successful in 1m4s
Build Mumble Web 2 / linux_build (push) Failing after 0s
Build Mumble Web 2 / windows_build (push) Successful in 2m56s
Build Mumble Web 2 / android_build (push) Successful in 4m50s
working mumble web tui
Assisted-by: Claude:claude-opus-4-7
2026-05-05 00:34:06 -06:00

27 lines
523 B
TOML

[workspace]
resolver = "2"
members = ["client", "common", "gui", "proxy", "tui"]
[workspace.dependencies]
serde = { version = "1.0.214", features = ["derive"] }
asynchronous-codec = "0.6.2"
mumble-web2-common = { path = "common" }
[workspace.dependencies.mumble-protocol]
version = "0.5.0"
package = "mumble-protocol-2x"
default-features = false
features = ["asynchronous-codec"]
[profile]
[profile.wasm-dev]
inherits = "dev"
opt-level = 1
[profile.server-dev]
inherits = "dev"
[profile.android-dev]
inherits = "dev"