roc/crates/compiler/derive_key/Cargo.toml
2023-03-06 20:09:01 -08:00

15 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" }