Skip to content

Commit

Permalink
chore: update Cargo.toml with license, description, homepage, and rep…
Browse files Browse the repository at this point in the history
…ository information
  • Loading branch information
single9 committed Jul 11, 2024
1 parent e837bb6 commit 6d6f716
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
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"]

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

0 comments on commit 6d6f716

Please sign in to comment.