roc/roc_std/Cargo.toml
2021-04-21 19:18:44 -04:00

13 lines
275 B
TOML

[package]
name = "roc_std"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
repository = "https://github.com/rtfeldman/roc"
readme = "README.md"
edition = "2018"
description = "Rust representations of Roc data structures"
[dependencies]
libc = "0.2"