roc/roc_std/Cargo.toml

13 lines
293 B
TOML
Raw Normal View History

2020-09-30 16:01:16 +03:00
[package]
name = "roc_std"
version = "0.1.0"
authors = ["Richard Feldman <oss@rtfeldman.com>"]
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
license = "Apache-2.0"
[dependencies]
libc = "0.2"