It would be appreciated to have a LICENSE file in the root of the repository as in Cargo.toml of kind-cli there is license = "MIT" but most, if not all, other crates in the repository do not.
It also will make it more clear that way.
In fact, in my opinion both the file in the repo and the setting in Cargo.toml should be there. Thus being more friendly to users both on GitHub and crates.io.
This could be considered as a follow-up of Kindelia/HVM#190.
It would be appreciated to have a LICENSE file in the root of the repository as in
Cargo.toml
ofkind-cli
there islicense = "MIT"
but most, if not all, other crates in the repository do not. It also will make it more clear that way.In fact, in my opinion both the file in the repo and the setting in
Cargo.toml
should be there. Thus being more friendly to users both on GitHub and crates.io.This could be considered as a follow-up of Kindelia/HVM#190.