roc/crates/compiler/derive_key/Cargo.toml

15 lines
354 B
TOML
Raw Normal View History

[package]
2022-06-15 23:32:33 +03:00
name = "roc_derive_key"
2023-03-07 03:36:18 +03:00
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" }