mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +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,13 +1,13 @@
|
|||
[package]
|
||||
name = "roc_docs"
|
||||
description = "Generates html documentation from Roc files and is used for Rocs builtins."
|
||||
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
description = "Generates html documentation from Roc files and is used for Rocs builtins."
|
||||
|
||||
[dependencies]
|
||||
pulldown-cmark = { version = "0.9.2", default-features = false }
|
||||
roc_ast = { path = "../ast" }
|
||||
roc_load = { path = "../compiler/load" }
|
||||
roc_builtins = { path = "../compiler/builtins" }
|
||||
|
@ -22,6 +22,8 @@ roc_collections = { path = "../compiler/collections" }
|
|||
roc_highlight = { path = "../highlight"}
|
||||
roc_packaging = { path = "../packaging"}
|
||||
roc_reporting = { path = "../reporting"}
|
||||
|
||||
pulldown-cmark.workspace = true
|
||||
bumpalo.workspace = true
|
||||
snafu.workspace = true
|
||||
peg.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue