Add bitflags

This commit is contained in:
yt2b 2022-11-27 23:30:52 +09:00
parent af4fb9ed52
commit 7f2f2cb8ad

View file

@ -12,6 +12,7 @@ rustpython-ast = { path = "../ast", features = ["unparse"] }
rustpython-compiler-core = { path = "../core", version = "0.1.1" }
ahash = "0.7.6"
bitflags = "1.3.2"
indexmap = "1.8.1"
itertools = "0.10.3"
log = "0.4.16"