Files
wasmtime/lib/faerie/Cargo.toml
2018-07-02 15:48:18 -07:00

22 lines
638 B
TOML

[package]
name = "cretonne-faerie"
version = "0.13.0"
authors = ["The Cretonne Project Developers"]
description = "Emit Cretonne output to native object files with Faerie"
repository = "https://github.com/cretonne/cretonne"
documentation = "https://cretonne.readthedocs.io/"
license = "Apache-2.0"
readme = "README.md"
[dependencies]
cretonne-codegen = { path = "../codegen", version = "0.13.0" }
cretonne-module = { path = "../module", version = "0.13.0" }
faerie = "0.4.2"
goblin = "0.0.15"
failure = "0.1.1"
target-lexicon = "0.0.2"
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "cretonne/cretonne" }