mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 13:54:55 +00:00
Update compiler to output codeobj.constants, use insta for snapshot testing
This commit is contained in:
parent
a35d4dc22a
commit
f0c0897f23
1 changed files with 3 additions and 0 deletions
|
@ -15,3 +15,6 @@ rustpython-parser = { path = "../parser", version = "0.1.1" }
|
|||
num-complex = { version = "0.3", features = ["serde"] }
|
||||
log = "0.4"
|
||||
arrayvec = "0.5"
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.1", features = ["ron"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue