diff --git a/Cargo.toml b/Cargo.toml index 20980ce..3cffab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "BSD-2-Clause" keywords = ["CVE", "NIST", "vulnerability"] categories = ["command-line-utilities", "caching"] readme = "README.md" -homepage = "https://github.com/travispaul/nvd_cve" +repository = "https://github.com/travispaul/nvd_cve" description = "Search for CVEs against a local cached copy of NIST National Vulnerability Database (NVD)." [dependencies] @@ -31,4 +31,4 @@ env_logger = "0.11" rusqlite = { version = "0.31" } [target.'cfg(windows)'.dependencies] -rusqlite = { version = "0.31", features = ["bundled"] } \ No newline at end of file +rusqlite = { version = "0.31", features = ["bundled"] }