This commit is contained in:
2026-08-04 13:06:50 -06:00
parent 5a6cb93bab
commit a2404d294e
18 changed files with 1123 additions and 22 deletions
+9
View File
@@ -0,0 +1,9 @@
{ rustPlatform
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "make-db";
version = "0.1.0";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
})