On Tue, Oct 18, 2022 at 1:22 PM Viresh Kumar viresh.kumar@linaro.org wrote:
+description = "A rust library for libgpiod public header bindings"
I think "A rust library for" is redundant (I would write it in GitHub's description, but not in Cargo's). But double-check with a few other well-known libraries out there to see what they do for their Cargo descriptions.
+repository = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/"
No need for the trailing slash, I think.
More importantly, you may want to add a "documentation", "categories" and "rust-version" keys.
Cheers, Miguel