From 2537a1da0224603b272f112311cf24eb0c3a8ba4 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Thu, 4 Jul 2019 23:22:22 -0400 Subject: [PATCH] Add metadata to cargo package --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8136ee3..640a347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,12 @@ edition = "2018" exclude = [ "output/*", ] +description = "Generates subdivided and truncated icosahedron spheres" +repository = "https://github.com/thallada/icosahedron" +readme = "README.md" +keywords = ["meshes", "3d", "shapes", "icosahedron", "polyhedra"] +categories = ["graphics"] +license = "MIT" [lib] name = "icosahedron"