asterinas/ostd/libs/ostd-macros/Cargo.toml

19 lines
419 B
TOML
Raw Normal View History

2023-02-07 08:05:21 +00:00
[package]
2024-06-20 06:16:04 +00:00
name = "ostd-macros"
2024-12-30 06:39:28 +00:00
version = "0.11.1"
2023-02-07 08:05:21 +00:00
edition = "2021"
description = "OSTD's proc macros"
license = "MPL-2.0"
repository ="https://github.com/asterinas/asterinas"
2023-02-07 08:05:21 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
2023-02-07 08:05:21 +00:00
[dependencies]
proc-macro2 = "1.0.78"
quote = "1.0.35"
2024-06-21 05:51:13 +00:00
rand = "0.8.5"
syn = { version = "2.0.48", features = ["full"] }