Files
wasmtime/lib/frontend/Cargo.toml
2018-02-23 20:56:30 -08:00

19 lines
433 B
TOML

[package]
authors = ["The Cretonne Project Developers"]
name = "cretonne-frontend"
version = "0.1.0"
description = "Cretonne IL builder helper"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/Cretonne/cretonne"
readme = "README.md"
[lib]
name = "cton_frontend"
[dependencies]
cretonne = { path = "../cretonne", version = "0.1.0" }
[features]
no_std = ["cretonne/no_std"]