Files
vibe-kanban/crates/desktop-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

16 lines
473 B
TOML

[package]
name = "desktop-bridge"
version = "0.1.44"
edition = "2024"
publish = false
[dependencies]
base64 = "0.22"
dirs = "5"
ssh-key = { version = "0.6", features = ["ed25519"] }
relay-control = { path = "../relay-control" }
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10"
thiserror = "2.0"
ts-rs = { git = "https://github.com/xazukx/ts-rs.git", branch = "use-ts-enum", features = ["uuid-impl", "chrono-impl", "no-serde-warnings", "serde-json-impl"] }