wiggle: depend on bitflags, and re-export it.

This commit is contained in:
Pat Hickey
2021-01-11 18:04:43 -08:00
parent 94467bcd9a
commit e2fb99af86
3 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ thiserror = "1"
witx = { path = "../wasi-common/WASI/tools/witx", version = "0.8.7", optional = true }
wiggle-macro = { path = "macro", version = "0.22.0" }
tracing = "0.1.15"
bitflags = "1.2"
[badges]
maintenance = { status = "actively-developed" }