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

17 lines
463 B
TOML

[package]
authors = ["The Cretonne Project Developers"]
name = "cretonne-frontend"
version = "0.4.4"
description = "Cretonne IR builder helper"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/Cretonne/cretonne"
readme = "README.md"
[dependencies]
cretonne = { path = "../cretonne", version = "0.4.4" }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }