repro-env 0.2.0

Dependency lockfiles for a reproducible build environment 📦🔒
Documentation
1
2
3
4
5
6
7
8
pub mod archlinux;
pub mod debian;

#[derive(Debug, PartialEq)]
pub struct Pkg {
    pub name: String,
    pub version: String,
}