Fill in README.md and Cargo.toml

This commit is contained in:
Michael Pfaff 2022-06-06 21:59:05 -04:00
parent dbb988f562
commit a7a092cb19
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
2 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,12 @@
[package] [package]
name = "eq-type" name = "eq-type"
version = "0.1.0" version = "0.1.0"
edition = "2021" authors = ["Michael <michael@pfaff.dev>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "Allows declaring an equality bound on two types and coercing between them." description = "Allows declaring an equality bound on two types and coercing between them."
repository = "https://git.pfaff.dev/michael/eq-type.rs" repository = "https://git.pfaff.dev/michael/eq-type.rs"
homepage = "https://git.pfaff.dev/michael/eq-type.rs"
readme = "README.md"
edition = "2021"
[dependencies] [dependencies]

3
README.md Normal file
View File

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