type-fn/Cargo.toml

10 lines
236 B
TOML
Raw Permalink Normal View History

2023-11-14 20:34:07 +01:00
[package]
name = "type-fn"
2023-11-15 15:41:33 +01:00
version = "0.1.2"
2023-11-14 20:34:07 +01:00
edition = "2021"
description = "Allows for simpler coding of type-level logic, e.g. for type-number systems."
license = "MIT"
repository = "https://github.com/tudbut/type-fn"
[dependencies]