Cargo.toml: add `license` field
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 :)