typeid-cast.rs/Cargo.toml

11 lines
259 B
TOML
Raw Normal View History

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