Add placeholder for cbindgen proc_macro_attribute
This commit is contained in:
13
wasi-common-cbindgen/Cargo.toml
Normal file
13
wasi-common-cbindgen/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "wasi-common-cbindgen"
|
||||
version = "0.1.0"
|
||||
authors = ["Jakub Konka <kubkon@jakubkonka.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "0.15.34", features = ["full"] }
|
||||
quote = "0.6.12"
|
||||
proc-macro2 = "0.4.30"
|
||||
Reference in New Issue
Block a user