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
28 lines
816 B
TOML
28 lines
816 B
TOML
[package]
|
|
name = "deployment"
|
|
version = "0.1.44"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
db = { path = "../db" }
|
|
utils = { path = "../utils" }
|
|
git = { path = "../git" }
|
|
services = { path = "../services" }
|
|
worktree-manager = { path = "../worktree-manager" }
|
|
executors = { path = "../executors" }
|
|
async-trait = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
relay-control = { path = "../relay-control" }
|
|
relay-hosts = { path = "../relay-hosts" }
|
|
trusted-key-auth = { path = "../trusted-key-auth" }
|
|
client-info = { path = "../client-info" }
|
|
remote-info = { path = "../remote-info" }
|
|
preview-proxy = { path = "../preview-proxy" }
|
|
tokio = { workspace = true }
|
|
sqlx = "0.8.6"
|
|
serde_json = { workspace = true }
|
|
futures = "0.3.31"
|
|
axum = { workspace = true }
|
|
tokio-util = { version = "0.7" }
|