Skip to content

Commit

Permalink
chore: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
single9 committed Jul 11, 2024
1 parent 67cba3a commit 07f65c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
name = "dns-geolocation-checker"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "A tool to check the geolocation of a domain based on its DNS records."
homepage = "https://github.com/single9/dns-geolocation-checker"
repository = "https://github.com/single9/dns-geolocation-checker"
license-file = "LICENSE"
readme = "README.md"
keywords = ["tool", "dns", "geolocation", "checker"]
keywords = ["tool"]
exclude = [
"configs/*",
]

[[bin]]
name = "geo-checker"
Expand Down

0 comments on commit 07f65c1

Please sign in to comment.