lichenn 1.2.0

Manage and generate the licenses of your project effectively and mighty quick, with a smooth interface, custom rules and configuration
Documentation
1
2
3
4
5
6
7
8
9
//! Sets up a library configuration for Lichen
pub mod app;
pub mod cli;
pub mod commands;
pub mod config;
pub mod error;
pub mod license;
pub mod models;
pub mod utils;