nvd 0.1.14

Some functions about CPE and CVE
1
2
3
4
5
6
fn main() -> Result<(), Box<dyn std::error::Error>> {
    prost_build::Config::new()
        .compile_protos(&["proto/cve_api.proto"], &["proto/"])
        .unwrap();
    Ok(())
}