diff --git a/manifests/convco.json b/manifests/convco.json index 7bcb0cc3..c00fd55e 100644 --- a/manifests/convco.json +++ b/manifests/convco.json @@ -1,5 +1,5 @@ { - "rust_crate": null, + "rust_crate": "convco", "template": { "x86_64_linux_musl": { "url": "https://github.com/convco/convco/releases/download/v${version}/convco-ubuntu.zip", diff --git a/tools/codegen/base/convco.json b/tools/codegen/base/convco.json index 5f903168..87320f90 100644 --- a/tools/codegen/base/convco.json +++ b/tools/codegen/base/convco.json @@ -2,6 +2,7 @@ "repository": "https://github.com/convco/convco", "license_markdown": "[MIT](https://github.com/convco/convco/blob/main/LICENSE)", "tag_prefix": "v", + "rust_crate": "${package}", "version_range": ">= 0.6.4", "platform": { "x86_64_linux_musl": {