typeid-cast.rs/Cargo.toml

11 lines
259 B
TOML

[package]
name = "typeid-cast"
description = "Uses a TypeId to enable safe casting of generic types"
version = "0.1.0"
edition = "2021"
license = "Unlicense"
license-file = "LICENSE"
repository = "https://git.pfaff.dev/michael/typeid-cast.rs"
[dependencies]