mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
30 lines
667 B
TOML
30 lines
667 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"
|
|
dependencies = [
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f406d6ee68db6796e11ffd7b4d171864c58b7451e79ef9460ea33c287a1f89a7"
|