mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-03 18:29:04 +00:00
use workspace dependencies
This commit is contained in:
parent
bff9884df1
commit
00dc7ec709
5 changed files with 34 additions and 31 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