Files
wasmtime/lib/codegen/meta/Cargo.toml
Dan Gohman c0af810ec0 Add an explicit version to the cranelift-codegen-meta dependency.
This allows it to work in crates.io.
2018-08-02 20:37:58 -07:00

13 lines
408 B
TOML

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