mirror of https://github.com/astral-sh/ruff
Make bytecode crate independent of parser crate.
This commit is contained in:
parent
10957879db
commit
107442cc06
|
|
@ -5,10 +5,7 @@ authors = ["coolreader18 <33094578+coolreader18@users.noreply.github.com>", "Win
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.1"
|
|
||||||
rustpython_bytecode = { path = "../bytecode" }
|
rustpython_bytecode = { path = "../bytecode" }
|
||||||
rustpython_parser = { path = "../parser" }
|
rustpython_parser = { path = "../parser" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
|
||||||
num-complex = { version = "0.2", features = ["serde"] }
|
num-complex = { version = "0.2", features = ["serde"] }
|
||||||
num-bigint = { version = "0.2", features = ["serde"] }
|
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue