Files
vibe-kanban/crates/ws-bridge/Cargo.toml
GitHub Action 4deb7eca8f
Some checks failed
Test / changes (push) Has been skipped
Test / frontend-checks (push) Failing after 0s
Test / backend-schema-checks (push) Failing after 1s
Test / backend-remote-checks (push) Failing after 0s
Test / backend-clippy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / tauri-checks (push) Failing after 1s
Relay Deploy Dev / Deploy Relay Dev (push) Has been cancelled
Remote Deploy Dev / Deploy Remote Dev (push) Has been cancelled
chore: bump version to 0.1.44
2026-04-24 09:17:32 +00:00

15 lines
326 B
TOML

[package]
name = "ws-bridge"
version = "0.1.44"
edition = "2024"
[dependencies]
axum = { workspace = true, features = ["ws"] }
bytes = "1"
futures = "0.3"
futures-util = { version = "0.3", features = ["sink"] }
http = "1"
thiserror = { workspace = true }
tokio = { workspace = true }
tokio-tungstenite = { version = "0.26" }