deno: expose librusty

This commit is contained in:
Sandro Jäckel
2025-11-19 23:42:39 +01:00
parent 6e6b74474a
commit fafefbbd7e
+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/";