From dbb988f5627f389d661b36ce966d95a563694d2a Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Mon, 6 Jun 2022 21:48:23 -0400 Subject: [PATCH] Add description and repository to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 57182e2..6bf3066 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]