mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
15 lines
355 B
TOML
15 lines
355 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]
|
|
roc_error_macros.workspace = true
|
|
|
|
strum.workspace = true
|
|
strum_macros.workspace = true
|
|
target-lexicon.workspace = true
|