mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
22 lines
445 B
TOML
22 lines
445 B
TOML
[package]
|
|
name = "ostd-macros"
|
|
version = "0.15.0"
|
|
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"] }
|
|
|
|
[lints]
|
|
workspace = true
|