aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2025-09-17 23:10:25 +0200
committerache <ache@ache.one>2025-09-17 23:10:25 +0200
commit0e1e53c13c40cfe4f063fb21165c8ff102de4807 (patch)
treed44d1d0839fbd97290a5c16f2aa1c3c8a8957cd3
parentFix the link a the images (diff)
Add a package description
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f39b1ee..68897ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,8 @@ authors = ["Hédy Ache <ache@ache.one>"]
license = "MIT"
license-file = "LICENSE"
keywords=["octree", "color", "allRGB"]
-homepage="https://git.ache.one/coloctree"
+homepage="https://git.ache.one/coloctree/about/"
+description="An octree implementation for RGB Color to create all RGB images."
[dependencies]
rand = "*"