Files
wasmtime/lib/wasm/Cargo.toml
Dan Gohman 7767186dd0 Rename 'cton_*' library names to match the 'cretonne_*' crate names.
This renames `cton_frontend` to `cretonne_frontend` and so on.

This fixes the first part of #287.
2018-04-17 07:55:59 -07:00

22 lines
583 B
TOML

[package]
name = "cretonne-wasm"
version = "0.4.4"
authors = ["The Cretonne Project Developers"]
description = "Translator from WebAssembly to Cretonne IR"
repository = "https://github.com/Cretonne/cretonne"
license = "Apache-2.0"
readme = "README.md"
keywords = ["webassembly", "wasm"]
[dependencies]
wasmparser = "0.15.1"
cretonne = { path = "../cretonne", version = "0.4.4" }
cretonne-frontend = { path = "../frontend", version = "0.4.4" }
[dev-dependencies]
tempdir = "0.3.5"
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }