Skip to content

Commit 81a2a6c

Browse files
committed
build: Add crate keywords and categories
1 parent a716414 commit 81a2a6c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Cargo.toml
22
[package]
33
name = "domain-checker"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
description = "Domain checker"
66
authors = ["shane <[email protected]>"]
77
edition = "2021"
88
license-file = "LICENSE"
99
readme = "README.md"
1010
repository = "https://github.com/thesurlydev/domain-checker"
11+
keywords = ["cli", "domain-checker", "domans", "dns-lookup", "shell"]
12+
categories = ["command-line-utilities", "command-line-interface"]
1113

1214
[dependencies]
1315
clap = { version = "4", features = ["derive"] }

0 commit comments

Comments
 (0)