Resolves #9
User perspective
With the license command you can now, see the license information of ecformat and all its libraries / dependencies. See the CLI help (e.g., with ecformat help license) for available options.
Developer perspective
The license information are now collected automatically with cargo-about. This cargo plugin is automatically installed and excuted via the build.rs. The created markdown file is included at compile time. Therefore, no extra license file needs to be distributed.
Resolves #9
### User perspective
With the `license` command you can now, see the license information of ecformat and all its libraries / dependencies. See the CLI help (e.g., with `ecformat help license`) for available options.
### Developer perspective
The license information are now collected automatically with `cargo-about`. This cargo plugin is automatically installed and excuted via the `build.rs`. The created markdown file is included at compile time. Therefore, no extra license file needs to be distributed.