repro-env 0.4.1

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

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