lockfiles 0.0.1

Multi-ecosystem lockfile parser that normalizes resolved dependencies, keyed by PURL.
Documentation
1
2
3
4
5
6
//! Integration smoke test exercising the public API of the `lockfiles` crate.

#[test]
fn version_is_reported() {
    assert_eq!(lockfiles::version(), env!("CARGO_PKG_VERSION"));
}