mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 21:06:48 +00:00
19 lines
419 B
TOML
19 lines
419 B
TOML
[package]
|
|
name = "ostd-macros"
|
|
version = "0.10.2"
|
|
edition = "2021"
|
|
description = "OSTD's proc macros"
|
|
license = "MPL-2.0"
|
|
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.78"
|
|
quote = "1.0.35"
|
|
rand = "0.8.5"
|
|
syn = { version = "2.0.48", features = ["full"] }
|