diff --git a/Cargo.toml b/Cargo.toml index 6cc2a30..6e5b5cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,12 @@ 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"] [[bin]] name = "geo-checker"