Files
wasmtime/lib/reader/Cargo.toml
Jakob Stoklund Olesen ec746c3359 Add a publish-all.sh script.
Set identical version numbers on all cretonne-* crates and print "cargo
publish" commands.

Update all crates to version 0.1.0.
2018-02-23 12:51:14 -08:00

16 lines
388 B
TOML

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