Add metadata to cargo package

This commit is contained in:
Tyler Hallada 2019-07-04 23:22:22 -04:00
parent d43b5429c1
commit 2537a1da02

View File

@ -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"