mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
14 lines
354 B
TOML
14 lines
354 B
TOML
[package]
|
|
name = "roc_derive_key"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
roc_collections = { path = "../collections" }
|
|
roc_error_macros = { path = "../../error_macros" }
|
|
roc_module = { path = "../module" }
|
|
roc_region = { path = "../region" }
|
|
roc_types = { path = "../types" }
|