refactor: handle derivation generation on Rust side

This commit is contained in:
2026-02-15 18:16:50 +08:00
parent e357678d70
commit 7836f8c869
16 changed files with 745 additions and 607 deletions

View File

@@ -36,6 +36,8 @@ deno_error = "0.7"
nix-nar = "0.3"
sha2 = "0.10"
sha1 = "0.10"
md5 = "0.7"
hex = "0.4"
base64 = "0.22"