deno: expose librusty (#463318)

This commit is contained in:
Aleksana
2025-11-20 00:39:27 +00:00
committed by GitHub
+5 -2
View File
@@ -223,8 +223,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
runHook postInstallCheck
'';
passthru.updateScript = ./update/update.ts;
passthru.tests = callPackage ./tests { };
passthru = {
updateScript = ./update/update.ts;
tests = callPackage ./tests { };
inherit librusty_v8;
};
meta = with lib; {
homepage = "https://deno.land/";