mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 17:17:26 +00:00
Merge pull request #7265 from roc-lang/workspace-deps
Update cargo dependencies to use workspace
This commit is contained in:
commit
0e550a7f68
65 changed files with 698 additions and 661 deletions
|
@ -7,11 +7,10 @@ license.workspace = true
|
|||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
morphic_lib = { path = "../../vendor/morphic_lib" }
|
||||
roc_collections = { path = "../collections" }
|
||||
roc_debug_flags = { path = "../debug_flags" }
|
||||
roc_error_macros = { path = "../../error_macros" }
|
||||
roc_module = { path = "../module" }
|
||||
roc_mono = { path = "../mono" }
|
||||
|
||||
morphic_lib.workspace = true
|
||||
roc_collections.workspace = true
|
||||
roc_debug_flags.workspace = true
|
||||
roc_error_macros.workspace = true
|
||||
roc_module.workspace = true
|
||||
roc_mono.workspace = true
|
||||
bumpalo.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue