Files
wasmtime/lib/native/Cargo.toml
Jakob Stoklund Olesen ec746c3359 Add a publish-all.sh script.
Set identical version numbers on all cretonne-* crates and print "cargo
publish" commands.

Update all crates to version 0.1.0.
2018-02-23 12:51:14 -08:00

18 lines
454 B
TOML

[package]
name = "cretonne-native"
version = "0.1.0"
authors = ["The Cretonne Project Developers"]
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", version = "0.1.0" }
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
raw-cpuid = "3.0.0"