cargo-nuget
cargo-nuget copied to clipboard
Support Tool Package
It would be great if this crate supported Tool packages as well. This could be solved by #30 if it was available, but first-class support would be better. I believe this would be detectable by looking for the [[bin]]
section or the presence of main.rs (as opposed to lib.rs).
Hey @commonsensesoftware :wave:
I haven't actually looked much at tool packages but it looks like they follow the same structure, but have this extra bit of metadata in the nuspec
:
<packageTypes>
<packageType name="DotnetTool" />
</packageTypes>
This seems like it would be nice to support!