Files
wasmtime/lib/codegen/meta/Cargo.toml
Dan Gohman 1d14f5ddbd Use cranelift-entity with default features.
The meta crate doesn't need to support no_std, so it can just use
default settings.
2018-11-07 16:24:19 -08:00

16 lines
489 B
TOML

[package]
name = "cranelift-codegen-meta"
authors = ["The Cranelift Project Developers"]
version = "0.23.0"
description = "Metaprogram for cranelift-codegen code generator library"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/CraneStation/cranelift"
readme = "README.md"
[dependencies]
cranelift-entity = { path = "../../entity", version = "0.23.0" }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "CraneStation/cranelift" }