Files
wasmtime/lib/reader/Cargo.toml
2018-03-18 14:56:30 -07:00

20 lines
489 B
TOML

[package]
authors = ["The Cretonne Project Developers"]
name = "cretonne-reader"
version = "0.4.1"
description = "Cretonne textual IL reader"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/Cretonne/cretonne"
readme = "README.md"
[lib]
name = "cton_reader"
[dependencies]
cretonne = { path = "../cretonne", version = "0.4.1" }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }