zpack 0.1.17

A fast, configurable package manager which builds programs from source
Documentation
1
2
3
4
5
6
use anyhow::Result;

pub fn entry() -> Result<()> {
    println!("zpack entrypoint");
    Ok(())
}