Add description and repository to Cargo.toml

This commit is contained in:
Michael Pfaff 2022-06-06 21:48:23 -04:00
parent de22b387e3
commit dbb988f562
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
1 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,7 @@ name = "eq-type"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Allows declaring an equality bound on two types and coercing between them."
repository = "https://git.pfaff.dev/michael/eq-type.rs"
[dependencies]