Unify workspace crates

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-01-12 13:25:23 +01:00
parent b17f9fa545
commit 08a6e5b0fa
2 changed files with 16 additions and 8 deletions

View file

@ -28,5 +28,13 @@ clap = "4.5.54"
nix-json = { version = "0.1.0", path = "./nix-json" }
nixie-build = { version = "0.1.0", path = "./nixie-build" }
axum = "0.8.8"
axum-login = "0.18"
password-auth = "1.0.0"
sqlx = "0.8.6"
tower-sessions = "0.14"
tower-sessions-sqlx-store = "0.15.0"
tracing = "0.1.44"
tracing-subscriber = "0.3.22"
[workspace.metadata.crane]
name = "nixie-ci"