Skip to content

Commit

Permalink
Merge pull request #16 from szabgab/patch-1
Browse files Browse the repository at this point in the history
It is better to use the repository field in Cargo.toml
  • Loading branch information
jasites authored Jun 25, 2024
2 parents f2ee3e3 + 2fad58f commit 96c08d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -31,4 +31,4 @@ env_logger = "0.11"
rusqlite = { version = "0.31" }

[target.'cfg(windows)'.dependencies]
rusqlite = { version = "0.31", features = ["bundled"] }
rusqlite = { version = "0.31", features = ["bundled"] }

0 comments on commit 96c08d1

Please sign in to comment.