Add placeholder for cbindgen proc_macro_attribute

This commit is contained in:
Jakub Konka
2019-05-14 07:57:04 +02:00
committed by Dan Gohman
parent eb1cf8b0a1
commit e552b19dfe
4 changed files with 37 additions and 0 deletions

View 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"