Files
vibe-kanban/crates/workspace-manager/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
384 B
TOML

[package]
name = "workspace-manager"
version = "0.1.44"
edition = "2024"
[dependencies]
db = { path = "../db" }
git = { path = "../git" }
utils = { path = "../utils" }
worktree-manager = { path = "../worktree-manager" }
sqlx = "0.8.6"
tokio = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
uuid = { version = "1.0", features = ["v4", "serde"] }