Files
advisory-db/Cargo.toml
Tony Arcieri 74ebe212dc Upgrade to rustsec crate v0.13.0-alpha1; add linter
Upgrades the `rustsec` crate to the latest alpha release and uses the
new `rustsec::advisory::Linter` functionality to lint advisories
currently in the database.

Several of them are using invalid keys and need to be updated.
2019-09-09 11:39:11 -07:00

17 lines
381 B
TOML

[package]
name = "rustsec-advisory-db"
description = "Security advisory database for Rust crates published through crates.io"
version = "0.0.0"
authors = ["Tony Arcieri <bascule@gmail.com>"]
edition = "2018"
publish = false
[[bin]]
name = "rustsec-advisory-db"
[dependencies]
crates_io_api = "0.5"
gumdrop = "0.6"
rustsec = "0.13.0-alpha1"
termcolor = "1"