From 0e1e53c13c40cfe4f063fb21165c8ff102de4807 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 17 Sep 2025 23:10:25 +0200 Subject: Add a package description --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "] 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 = "*" -- cgit v1.3-2-g11bf