mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
21 lines
431 B
TOML
21 lines
431 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "host"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"roc_std",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.81"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
|
|
|
|
[[package]]
|
|
name = "roc_std"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|