Files
wasmtime/lib/wasm/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

20 lines
473 B
TOML

[package]
name = "cretonne-wasm"
version = "0.1.0"
authors = ["The Cretonne Project Developers"]
description = "Translator from WebAssembly to Cretonne IL"
repository = "https://github.com/stoklund/cretonne"
license = "Apache-2.0"
readme = "README.md"
[lib]
name = "cton_wasm"
[dependencies]
wasmparser = "0.14.1"
cretonne = { path = "../cretonne", version = "0.1.0" }
cretonne-frontend = { path = "../frontend", version = "0.1.0" }
[dev-dependencies]
tempdir = "0.3.5"