mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
21 lines
425 B
TOML
21 lines
425 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "host"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"libc",
|
|
"roc_std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.92"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714"
|
|
|
|
[[package]]
|
|
name = "roc_std"
|
|
version = "0.1.0"
|