license_gen/
lib.rs

1mod author_email;
2mod author_name;
3mod licenses;
4
5pub use author_email::get_author_email;
6pub use author_name::get_author_name;
7pub use licenses::get_license_content;