mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-10 13:56:48 +00:00
16 lines
234 B
TOML
16 lines
234 B
TOML
[package]
|
|
name = "atomic-integer-wrapper"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.86"
|
|
quote = "1.0.37"
|
|
syn = { version = "2.0.77", features = ["full"] }
|
|
|
|
[lints]
|
|
workspace = true
|