Minor refactors to make wiggle-generate reusable externally (#34)

* wiggle-generate: pass witx doc in explicitly

* wiggle-generate: Names takes &Config, minor refactor for reuse
This commit is contained in:
Pat Hickey
2020-03-06 16:55:05 -08:00
committed by GitHub
parent c78416912c
commit 6e3ec6a96d
5 changed files with 20 additions and 22 deletions

View File

@@ -9,6 +9,7 @@ proc-macro = true
[dependencies]
wiggle-generate = { path = "crates/generate" }
witx = "0.8.3"
syn = { version = "1.0", features = ["full"] }
[dev-dependencies]