Compare commits

..

No commits in common. "a7a092cb198bf0164d0d47585fe85f75ba45e74c" and "de22b387e394a6cc3634c32e87492b57b2595717" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -1,12 +1,7 @@
[package]
name = "eq-type"
version = "0.1.0"
authors = ["Michael <michael@pfaff.dev>"]
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"
license = "MIT OR Apache-2.0"
[dependencies]

View File

@ -1,3 +0,0 @@
# eq-type
See the [docs](https://docs.rs/eq-type).