roc/crates/compiler/derive_key/Cargo.toml

17 lines
395 B
TOML

[package]
name = "roc_derive_key"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
edition = "2021"
[dependencies]
roc_collections = { path = "../collections" }
roc_error_macros = { path = "../../error_macros" }
roc_region = { path = "../region" }
roc_module = { path = "../module" }
roc_types = { path = "../types" }
[features]
default = []
debug-derived-symbols = []