Files
wasmtime/cranelift/Cargo.toml
Jakob Stoklund Olesen f9734458f8 Promote the src/tools crate to the top-level workspace.
The 'src' and 'tests' top-level directories now contain tools sources
and integration tests for any of the library crates.
2016-10-17 15:04:29 -07:00

24 lines
563 B
TOML

[package]
name = "cretonne-tools"
authors = ["The Cretonne Project Developers"]
version = "0.0.0"
description = "Binaries for testing the Cretonne library"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/stoklund/cretonne"
publish = false
[[bin]]
name = "cton-util"
path = "src/cton-util.rs"
[dependencies]
cretonne = { path = "lib/cretonne" }
cretonne-reader = { path = "lib/reader" }
filecheck = { path = "lib/filecheck" }
docopt = "0.6.86"
rustc-serialize = "0.3.19"
num_cpus = "1.1.0"
[workspace]