[package] name = "polyhorn-build" version = "0.4.1" authors = ["Tim "] edition = "2018" license = "MIT" description = "Utilities for finding, compiling and linking native code with Polyhorn." repository = "https://github.com/polyhorn/polyhorn/tree/crates/polyhorn-build" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] polyhorn-build-android = { path = "../polyhorn-build-android", version = "0.4.0" } polyhorn-build-ios = { path = "../polyhorn-build-ios", version = "0.4.0" }