You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
340 B
17 lines
340 B
[package]
|
|
name = "component-macro-test"
|
|
authors = ["The Wasmtime Project Developers"]
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
test = false
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = { workspace = true, features = ["full"] }
|
|
|