mol 0.3.0

Package versioning with ease
Documentation
1
2
3
4
5
6
7
use mol_cargo::Cargo;
use mol_core::semantic::Semantic;

#[tokio::main]
async fn main() -> anyhow::Result<()> {
  mol::exec::<Cargo, Semantic>().await
}