Skip to content

Commit

Permalink
Update Cargo manifest for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
gunvirranu committed Nov 1, 2020
1 parent a5480c3 commit a236cd4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[package]
name = "block-grid"
version = "0.1.0"
authors = ["Gunvir Ranu <g1ranu@gmail.com>"]
description = "A quick, cache-conscious tiled 2D array."
authors = ["Gunvir Ranu <mail@gunvirranu.com>"]
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
Expand Down

0 comments on commit a236cd4

Please sign in to comment.