From a7a092cb198bf0164d0d47585fe85f75ba45e74c Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Mon, 6 Jun 2022 21:59:05 -0400 Subject: [PATCH] Fill in README.md and Cargo.toml --- Cargo.toml | 5 ++++- README.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index 6bf3066..038cbfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,12 @@ [package] name = "eq-type" version = "0.1.0" -edition = "2021" +authors = ["Michael "] 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" +homepage = "https://git.pfaff.dev/michael/eq-type.rs" +readme = "README.md" +edition = "2021" [dependencies] diff --git a/README.md b/README.md new file mode 100644 index 0000000..284d705 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# eq-type + +See the [docs](https://docs.rs/eq-type).