licensebat_dart/lib.rs
1//! A library to get information about your Dart dependencies
2#![doc(html_logo_url = "https://licensebat.com/images/not_used/logo_red_ferris.png")]
3#![doc(html_favicon_url = "https://licensebat.com/images/not_used/favicons_red/favicon.ico")]
4#![warn(missing_docs)]
5
6pub mod collector;
7pub mod retriever;
8/// String used to identify the type of dependency
9pub const DART: &str = "dart";