mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-03 18:29:04 +00:00
Add bitflags
This commit is contained in:
parent
af4fb9ed52
commit
7f2f2cb8ad
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue