roc/crates/compiler/roc_target/Cargo.toml
2023-03-06 19:47:57 -08:00

13 lines
320 B
TOML

[package]
name = "roc_target"
description = "Provides types and helpers for compiler targets such as default_x86_64."
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
strum.workspace = true
strum_macros.workspace = true
target-lexicon.workspace = true