mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-17 12:47:16 +00:00
21 lines
445 B
TOML
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
|