Files
vibe-kanban/crates/relay-tunnel-core/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

20 lines
697 B
TOML

[package]
name = "relay-tunnel-core"
version = "0.1.44"
edition = "2024"
[dependencies]
anyhow = { workspace = true }
axum = { version = "0.8.4", features = ["macros", "multipart", "ws"] }
futures-util = "0.3"
http = "1"
hyper = { version = "1", features = ["client", "server", "http1"] }
hyper-util = { version = "0.1", features = ["tokio"] }
rustls = { version = "0.23", default-features = false, features = ["aws_lc_rs", "std", "tls12"] }
tokio = { workspace = true }
tokio-tungstenite = { version = "0.26", features = ["rustls-tls-webpki-roots"] }
tokio-util = { version = "0.7", features = ["rt"] }
tokio-yamux = "0.3.17"
tracing = { workspace = true }
ws-bridge = { path = "../ws-bridge" }