bloopai--vibe-kanban
680cc63b3d
Relay Deploy Dev / Deploy Relay Dev (push) Failing after 1s
Remote Deploy Dev / Deploy Remote Dev (push) Failing after 2s
Test / frontend-checks (push) Blocked by required conditions
Test / changes (push) Waiting to run
Test / backend-schema-checks (push) Blocked by required conditions
Test / backend-remote-checks (push) Blocked by required conditions
Test / backend-clippy (push) Blocked by required conditions
Test / backend-test (push) Blocked by required conditions
Test / tauri-checks (push) Blocked by required conditions
17 行
387 B
TOML
17 行
387 B
TOML
[package]
|
|
name = "embedded-ssh"
|
|
version = "0.1.44"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
relay-control = { path = "../relay-control" }
|
|
russh = "0.48"
|
|
russh-keys = "0.48"
|
|
russh-sftp = "2.0"
|
|
ssh-key = { version = "0.6", features = ["ed25519"] }
|
|
ed25519-dalek = "2.2.0"
|
|
tokio = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
tracing = { workspace = true }
|
|
async-trait = { workspace = true }
|