license-trace 0.1.3

A recursive license tracer, obligations evaluator, and OSS compliance analyzer across dependency graphs
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    license_trace::app::run().await
}