add uniffi binding as runtime dep
Some checks failed
Rust / build (push) Failing after 4m58s

This commit is contained in:
Vinzenz Schroeter 2025-09-28 23:59:52 +02:00
parent 915d0b3592
commit 8df2996504

View file

@ -66,6 +66,10 @@
iconv
bindingPkgs.servicepoint-binding-uniffi
];
runtimeDeps = [
bindingPkgs.servicepoint-binding-uniffi
];
};
}
);