mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
12 lines
289 B
TOML
12 lines
289 B
TOML
[package]
|
|
name = "roc_target"
|
|
version = "0.0.1"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
description = "Provides types and helpers for compiler targets such as default_x86_64."
|
|
|
|
[dependencies]
|
|
target-lexicon = "0.12.3"
|
|
strum = "0.24.0"
|
|
strum_macros = "0.24"
|