mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-25 21:37:48 +00:00
centralize package versions except for vendor and excluded
This commit is contained in:
parent
5485c8a5b0
commit
4a89bee0a5
66 changed files with 292 additions and 222 deletions
|
|
@ -1,16 +1,17 @@
|
|||
[package]
|
||||
name = "roc_code_markup"
|
||||
description = "Our own markup language for Roc code. Used by the editor and the docs."
|
||||
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
description = "Our own markup language for Roc code. Used by the editor and the docs."
|
||||
|
||||
[dependencies]
|
||||
roc_ast = { path = "../ast" }
|
||||
roc_module = { path = "../compiler/module" }
|
||||
roc_utils = { path = "../utils" }
|
||||
palette = "0.6.1"
|
||||
palette.workspace = true
|
||||
|
||||
bumpalo.workspace = true
|
||||
serde.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue