use workspace dependencies

This commit is contained in:
Jeong YunWon 2023-02-06 14:18:16 +09:00
parent 1468fe46ab
commit a73bee7aae
4 changed files with 25 additions and 22 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 }