get-cpe 0.6.7

Tools to explore the CPE NVD database
Documentation
1
2
3
4
5
6
7
#[cfg(not(target_os = "windows"))]
fn main() {
    build_tools::build_manpage("get-cpe.1", "get-cpe.adoc")
}

#[cfg(target_os = "windows")]
fn main() {}