mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-20 03:59:54 +00:00
16 lines
294 B
TOML
16 lines
294 B
TOML
[package]
|
|
name = "rust-platform"
|
|
authors = ["The Roc Contributors"]
|
|
edition = "2021"
|
|
license = "UPL-1.0"
|
|
version = "0.0.1"
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
name = "rustplatform"
|
|
path = "src/lib.rs"
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
roc_std = { path = "../../../crates/roc_std" }
|