mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-30 23:27:39 +00:00
use workspace dependencies
This commit is contained in:
parent
1468fe46ab
commit
a73bee7aae
4 changed files with 25 additions and 22 deletions
|
@ -14,6 +14,7 @@ fold = []
|
|||
unparse = ["rustpython-common"]
|
||||
|
||||
[dependencies]
|
||||
num-bigint = "0.4.3"
|
||||
rustpython-compiler-core = { path = "../core", version = "0.2.0" }
|
||||
rustpython-common = { path = "../../common", version = "0.2.0", optional = true }
|
||||
|
||||
num-bigint = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue