mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 13:11:11 +00:00
Update Cargo.toml
This commit is contained in:
parent
16b50347d4
commit
6a94a09679
3 changed files with 16 additions and 11 deletions
|
@ -36,11 +36,11 @@ large_thread = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
erg_common = { version = "0.6.0", path = "../erg_common" }
|
||||
erg_parser = { version = "0.6.0", path = "../erg_parser" }
|
||||
erg_common = { workspace = true, path = "../erg_common" }
|
||||
erg_parser = { workspace = true, path = "../erg_parser" }
|
||||
|
||||
[build-dependencies]
|
||||
erg_common = { version = "0.6.0", path = "../erg_common" }
|
||||
erg_common = { workspace = true, path = "../erg_common" }
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue