diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5e8aa72 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ + +# Changelog + +## Unreleased + +TODO. + +## 0.1.0 - 2020-11-01 + +First release. + +- Added like everything. + 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