mirror of
https://github.com/Noratrieb/accursed-unutterable-type-id.git
synced 2026-01-14 16:45:00 +01:00
18 lines
464 B
TOML
18 lines
464 B
TOML
[package]
|
|
name = "accursed-unutterable-type-id-derive"
|
|
version = "0.0.0-pre.cursed"
|
|
description = "derive macro for accursed-unutterable-type-id"
|
|
authors = ["Nilstrieb"]
|
|
license = "MIT"
|
|
repository = "https://github.com/Nilstrieb/accursed-unutterable-type-id"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
fslock = "0.2.1"
|
|
quote = "1.0.18"
|
|
syn = "1.0.96"
|