mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 08:53:29 +00:00
20 lines
335 B
TOML
20 lines
335 B
TOML
[package]
|
|
name = "component-macro"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# 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 = "1.0.104"
|
|
itertools = "0.10.5"
|
|
toml = "0.7.2"
|
|
|
|
[dependencies.json]
|
|
version = "0.12.4"
|