mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
30 lines
668 B
TOML
30 lines
668 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.106"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
|
|
|
|
[[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"
|