roc/roc_std/Cargo.toml

13 lines
275 B
TOML
Raw Normal View History

2020-09-30 16:01:16 +03:00
[package]
name = "roc_std"
version = "0.1.0"
2021-04-10 15:07:38 +03:00
authors = ["The Roc Contributors"]
license = "UPL-1.0"
2020-09-30 16:01:16 +03:00
repository = "https://github.com/rtfeldman/roc"
readme = "README.md"
edition = "2018"
2020-09-30 23:20:58 +03:00
description = "Rust representations of Roc data structures"
2020-09-30 16:01:16 +03:00
[dependencies]
libc = "0.2"