Files
wasmtime/lib/faerie/Cargo.toml
Dan Gohman 56b3465ed0 Use more lower-case letters for github URLs.
This is a continuation of 362f8f13e2b8c7dd79b043c491479bb9fc6f69e9.
2018-04-22 22:09:31 -07:00

21 lines
610 B
TOML

[package]
name = "cretonne-faerie"
version = "0.5.1"
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.5.1" }
cretonne-module = { path = "../module", version = "0.5.1" }
faerie = "0.2.0"
goblin = "0.0.14"
failure = "0.1.1"
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "cretonne/cretonne" }