mirror of
https://github.com/Noratrieb/accursed-unutterable-type-id.git
synced 2026-01-14 16:45:00 +01:00
17 lines
No EOL
596 B
TOML
17 lines
No EOL
596 B
TOML
[workspace]
|
|
members = [".", "accursed-unutterable-type-id-derive"]
|
|
|
|
[package]
|
|
name = "accursed-unutterable-type-id"
|
|
description = "A worse version of std::any::TypeId"
|
|
authors = ["Nilstrieb"]
|
|
keywords = ["bad", "hack", "cursed"]
|
|
repository = "https://github.com/Nilstrieb/accursed-unutterable-type-id"
|
|
license = "MIT"
|
|
version = "0.0.0-pre.cursed"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
accursed-unutterable-type-id-derive = { path = "./accursed-unutterable-type-id-derive", version = "0.0.0-pre.cursed" } |