mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
29 lines
724 B
TOML
29 lines
724 B
TOML
[package]
|
|
name = "roc_docs"
|
|
description = "Generates html documentation from Roc files and is used for Rocs builtins."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
roc_builtins.workspace = true
|
|
roc_can.workspace = true
|
|
roc_collections.workspace = true
|
|
roc_highlight.workspace = true
|
|
roc_load.workspace = true
|
|
roc_module.workspace = true
|
|
roc_packaging.workspace = true
|
|
roc_parse.workspace = true
|
|
roc_region.workspace = true
|
|
roc_reporting.workspace = true
|
|
roc_solve.workspace = true
|
|
roc_target.workspace = true
|
|
roc_types.workspace = true
|
|
roc_problem.workspace = true
|
|
|
|
ven_pretty.workspace = true
|
|
|
|
bumpalo.workspace = true
|
|
pulldown-cmark.workspace = true
|