use workspace dependencies

This commit is contained in:
Jeong YunWon 2023-02-06 14:18:16 +09:00
parent bff9884df1
commit 00dc7ec709
5 changed files with 34 additions and 31 deletions

View file

@ -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 }