Files
wasmtime/lib/native/Cargo.toml
Dan Gohman c7655c4928 Add minimal README.md files to published crates.
This will put descriptions on the packages' crates.io pages.
2018-02-21 20:50:03 -08:00

19 lines
451 B
TOML

[package]
name = "cretonne-native"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
description = "Support for targeting the host with Cretonne"
repository = "https://github.com/stoklund/cretonne"
license = "Apache-2.0"
readme = "README.md"
[lib]
name = "cton_native"
[dependencies]
cretonne = { path = "../cretonne" }
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
raw-cpuid = "3.0.0"