Skip to content

Commit

Permalink
Add a few more fields to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
abusch committed Nov 16, 2021
1 parent 45892b1 commit 4a67aae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "tactile"
description = "A library for representing, manipulating, and drawing isohedral tilings on the plane."
authors = ["Antoine Büsch <[email protected]>"]
version = "0.1.0"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/abusch/tactile-rs"
keywords = ["math", "graphics", "tiling", "isohedral"]
categories = ["graphics", "mathematics"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 4a67aae

Please sign in to comment.