eq-type.rs/Cargo.toml

13 lines
372 B
TOML
Raw Normal View History

2022-06-06 18:25:51 -04:00
[package]
name = "eq-type"
version = "0.1.0"
2022-06-06 21:59:05 -04:00
authors = ["Michael <michael@pfaff.dev>"]
2022-06-06 18:25:51 -04:00
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"
2022-06-06 21:59:05 -04:00
homepage = "https://git.pfaff.dev/michael/eq-type.rs"
readme = "README.md"
edition = "2021"
2022-06-06 18:25:51 -04:00
[dependencies]