licensing-0.1.0 is not a library.
About
This program was made to be a subcommand for Cargo, Rust's package manager. When executed, a file with a user-defined license is created in the project's directory.
Made by Pablo Marques in 18/05/2024 under the MIT license.
Installation and Usage
You can modify this program by adding new license files to the 'licenses' folder and then referencing them in the 'src/main.rs' file in the match expression.
To make this program a Cargo subcommand, run:
$ chmod +x install.sh
$ ./install.sh
To use this in any Cargo project, run:
cargo licensed [MIT, GPL, AGPL, APACHE]