[package]
name = "abi-singleton"
version = "0.3.0"
edition.workspace = true
authors = ["周睿 <zrufo747@outlook.com>"]
description = "Simple singleton trait"
repository = "https://gitee.com/zr233/abi-singleton"
license = "MIT"
keywords = ["abi", "trait", "singleton"]
[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0.37"
proc-macro2 = { version = "1.0.80", default-features = false }