feat(meta): update mainProgram to "cratedocs"
Some checks failed
Rust / build (push) Failing after 14s

- Replaced `mainProgram` reference from `cargoFile.name` to `"cratedocs"`.
This commit is contained in:
Harald Hoyer 2025-05-27 20:14:32 +02:00
parent 0de57e61eb
commit 8fe3cda271

View file

@ -34,6 +34,6 @@ in rustPlatform.buildRustPackage {
meta = {
license = lib.licenses.mit;
mainProgram = cargoFile.name;
mainProgram = "cratedocs";
};
}