chore(backend): update dependencies

This commit is contained in:
2026-08-30 12:47:24 +02:00
parent 75050bac2f
commit 47c66bcdac
4 changed files with 442 additions and 529 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ target: let
pname = name;
inherit version;
src = pkgs.lib.cleanSource ../.;
cargoLock.lockFile = ../Cargo.lock;
# cargoLock.lockFile = ../Cargo.lock;
cargoVendorDir = "vendor";
useNextest = true;
meta = {
inherit (cargoToml.package) description homepage;