2025-02-08 15:10:04 +08:00

21 lines
445 B
TOML

[package]
name = "int-to-c-enum-derive"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
description = "int-to-c-enum's proc macros"
repository = "https://github.com/asterinas/asterinas"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0.15", features = ["parsing"] }
[lints]
workspace = true