From a236cd43b12948ad921c1a4a93b8a8ad5227b17a Mon Sep 17 00:00:00 2001 From: Gunvir Ranu Date: Sun, 1 Nov 2020 14:49:37 -0500 Subject: [PATCH] Update Cargo manifest for initial release --- Cargo.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 654bfac..6932ed2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,16 @@ [package] name = "block-grid" version = "0.1.0" -authors = ["Gunvir Ranu "] -description = "A quick, cache-conscious tiled 2D array." +authors = ["Gunvir Ranu "] +description = "A quick, cache-conscious, tiled 2D array." edition = "2018" license = "MIT" -publish = false +readme = "README.md" +homepage = "https://github.com/gunvirranu/block-grid" +repository = "https://github.com/gunvirranu/block-grid" +categories = ["data-structures", "no-std", "memory-management"] +keywords = ["array", "grid", "2d", "matrix"] +exclude = ["/.github/"] [lib] bench = false