diff options
| -rw-r--r-- | crates/divina/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/divina_compile/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/divina_config/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/divina_git/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/divina_util/Cargo.toml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/crates/divina/Cargo.toml b/crates/divina/Cargo.toml index 97245e2..89de46f 100644 --- a/crates/divina/Cargo.toml +++ b/crates/divina/Cargo.toml @@ -8,7 +8,7 @@ readme = "../../README.md" homepage = "https://divina.land" repository = "https://github.com/divinaland/Divina" license = "GPL-3.0-only" -keywords = ["divina", "buildsystem", "build", "assembly", "asm", "nasm", "yasm"] +keywords = ["divina", "build", "asm", "nasm", "yasm"] categories = ["development-tools::build-utils"] [dependencies] diff --git a/crates/divina_compile/Cargo.toml b/crates/divina_compile/Cargo.toml index 1677541..79761ee 100644 --- a/crates/divina_compile/Cargo.toml +++ b/crates/divina_compile/Cargo.toml @@ -8,7 +8,7 @@ readme = "../../README.md" homepage = "https://divina.land" repository = "https://github.com/divinaland/Divina" license = "GPL-3.0-only" -keywords = ["divina", "buildsystem", "build", "assembly", "asm", "nasm", "yasm"] +keywords = ["divina", "build", "asm", "nasm", "yasm"] categories = ["development-tools::build-utils", "development-tools"] [dependencies] diff --git a/crates/divina_config/Cargo.toml b/crates/divina_config/Cargo.toml index 6ccd6b5..4a43a66 100644 --- a/crates/divina_config/Cargo.toml +++ b/crates/divina_config/Cargo.toml @@ -8,7 +8,7 @@ readme = "../../README.md" homepage = "https://divina.land" repository = "https://github.com/divinaland/Divina" license = "GPL-3.0-only" -keywords = ["divina", "buildsystem", "build", "assembly", "asm", "nasm", "yasm"] +keywords = ["divina", "build", "asm", "nasm", "yasm"] categories = ["config"] [dependencies] diff --git a/crates/divina_git/Cargo.toml b/crates/divina_git/Cargo.toml index ad4f2f9..2885698 100644 --- a/crates/divina_git/Cargo.toml +++ b/crates/divina_git/Cargo.toml @@ -8,7 +8,7 @@ readme = "../../README.md" homepage = "https://divina.land" repository = "https://github.com/divinaland/Divina" license = "GPL-3.0-only" -keywords = ["divina", "buildsystem", "build", "assembly", "asm", "nasm", "yasm"] +keywords = ["divina", "build", "asm", "nasm", "yasm"] categories = ["command-line-utilites", "development-tools"] [dependencies] diff --git a/crates/divina_util/Cargo.toml b/crates/divina_util/Cargo.toml index 046ef49..73bed57 100644 --- a/crates/divina_util/Cargo.toml +++ b/crates/divina_util/Cargo.toml @@ -8,5 +8,5 @@ readme = "../../README.md" homepage = "https://divina.land" repository = "https://github.com/divinaland/Divina" license = "GPL-3.0-only" -keywords = ["divina", "buildsystem", "build", "assembly", "asm", "nasm", "yasm"] +keywords = ["divina", "build", "asm", "nasm", "yasm"] categories = ["development-tools"] |