diff options
| author | Fuwn <[email protected]> | 2022-03-24 10:22:09 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 07:46:14 +0000 |
| commit | 974d857476c81b0817ddb2a2e270c68f29068e11 (patch) | |
| tree | d2f702c24912fb05121909ed240a44e67bf8e6f8 /crates | |
| parent | docs: fix tags size (diff) | |
| download | divina-main.tar.xz divina-main.zip | |
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/divina_git/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/divina_git/Cargo.toml b/crates/divina_git/Cargo.toml index 2885698..fc08e70 100644 --- a/crates/divina_git/Cargo.toml +++ b/crates/divina_git/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://divina.land" repository = "https://github.com/divinaland/Divina" license = "GPL-3.0-only" keywords = ["divina", "build", "asm", "nasm", "yasm"] -categories = ["command-line-utilites", "development-tools"] +categories = ["command-line-utilities", "development-tools"] [dependencies] git2 = "0.13.25" |