mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
24 lines
467 B
TOML
24 lines
467 B
TOML
[package]
|
|
authors = ["The Roc Contributors"]
|
|
description = "Rust representations of Roc data structures"
|
|
edition = "2018"
|
|
license = "UPL-1.0"
|
|
name = "roc_std"
|
|
readme = "README.md"
|
|
repository = "https://github.com/rtfeldman/roc"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
static_assertions = "0.1"
|
|
|
|
[dev-dependencies]
|
|
indoc = "1.0.3"
|
|
pretty_assertions = "1.0.0"
|
|
quickcheck = "1.0.3"
|
|
quickcheck_macros = "1.0.0"
|
|
libc = "0.2.106"
|
|
|
|
[features]
|
|
default = ["platform"]
|
|
platform = []
|