mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
28 lines
707 B
TOML
28 lines
707 B
TOML
[package]
|
|
name = "roc_repl_eval"
|
|
description = "Provides the functionality for the REPL to evaluate Roc expressions."
|
|
|
|
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_fmt.workspace = true
|
|
roc_load.workspace = true
|
|
roc_module.workspace = true
|
|
roc_mono.workspace = true
|
|
roc_packaging.workspace = true
|
|
roc_parse.workspace = true
|
|
roc_problem.workspace = true
|
|
roc_region.workspace = true
|
|
roc_reporting.workspace = true
|
|
roc_solve.workspace = true
|
|
roc_std.workspace = true
|
|
roc_target.workspace = true
|
|
roc_types.workspace = true
|
|
|
|
bumpalo.workspace = true
|