mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-28 23:36:15 +01:00
19 lines
555 B
TOML
19 lines
555 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"]
|
|
|
|
[[bin]]
|
|
name = "rustsec-advisory-db"
|
|
|
|
[dependencies]
|
|
gumdrop = "0.4"
|
|
gumdrop_derive = "0.4"
|
|
rustsec = "0.9"
|