polyhorn-build 0.1.0

Utilities for finding, compiling and linking native code with Polyhorn.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cc"
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"

[[package]]
name = "polyhorn-build"
version = "0.1.0"
dependencies = [
 "polyhorn-build-ios",
]

[[package]]
name = "polyhorn-build-ios"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3ef77ba69521ab0fb7764781d4c307ecf454864dc0a354b0db32ff123ed4067"
dependencies = [
 "cc",
]