diff options
| author | Fuwn <[email protected]> | 2022-03-24 10:20:16 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 07:46:14 +0000 |
| commit | 60b4719a8de1fd920f878536d5811a706a677f3c (patch) | |
| tree | a1d30a4c486bf28be73ed9914205069dca9f2882 | |
| parent | refactor(crates): specify version (diff) | |
| download | divina-60b4719a8de1fd920f878536d5811a706a677f3c.tar.xz divina-60b4719a8de1fd920f878536d5811a706a677f3c.zip | |
docs: fix tags size
| -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"] |