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).