Files
advisory-db/Cargo.toml
Tony Arcieri f9af1317ac Update to 'rustsec' crate v0.7.0-alpha3
Testing the alpha crate on the live repository prior to a final release
2018-07-22 13:29:03 -07:00

14 lines
487 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>"]
license-file = "LICENSE.txt"
repository = "https://github.com/rustsec/advisory-db"
documentation = "https://github.com/rustsec/advisory-db"
categories = ["api-bindings", "development-tools"]
keywords = ["rustsec", "security", "advisory", "vulnerability"]
[dependencies]
rustsec = "0.7.0-alpha3"