Files
wasmtime/lib/reader/Cargo.toml
Dan Gohman c7655c4928 Add minimal README.md files to published crates.
This will put descriptions on the packages' crates.io pages.
2018-02-21 20:50:03 -08:00

17 lines
385 B
TOML

[package]
authors = ["The Cretonne Project Developers"]
name = "cretonne-reader"
version = "0.0.0"
description = "Cretonne textual IL reader"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/stoklund/cretonne"
publish = false
readme = "README.md"
[lib]
name = "cton_reader"
[dependencies]
cretonne = { path = "../cretonne" }