Skip to content

Cargo.toml: add `license` field

George Burgess IV requested to merge gburgessiv/deqp-runner:main into main

Hi!

It looks like this project is using the standard MIT license, so https://doc.rust-lang.org/cargo/reference/manifest.html recommends specifying both license and license-file. The former shouldn't be specified if license-file points to something nonstandard.

Thanks for maintaining this project :)

Merge request reports