onur / cargo-license

Cargo subcommand to see license of dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programs prints `N/A` for the license when a custom one is used.

Phate6660 opened this issue · comments

I just feel that that's misleading.
Wouldn't it be better to check if:

  • license-file is set in Cargo.toml
  • AND license is not set in Cargo.toml

And say something like "Custom License" instead of N/A?