You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The license field in Cargo.toml indicates that this package is licensed under "MIT/Apache-2.0". It's good to have the license(s) text(s) in the repository as well (and into the cargo package) so this work can be properly attributed downstream.
Example from hashbrown, a crate that's licensed under MIT or APACHE:
The license field in Cargo.toml indicates that this package is licensed under "MIT/Apache-2.0". It's good to have the license(s) text(s) in the repository as well (and into the cargo package) so this work can be properly attributed downstream.
Example from hashbrown, a crate that's licensed under MIT or APACHE:
The text was updated successfully, but these errors were encountered: