Files
wasmtime/cranelift/peepmatic/crates/test/Cargo.toml
2020-06-11 17:49:56 -07:00

15 lines
359 B
TOML

[package]
name = "peepmatic-test"
version = "0.2.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
edition = "2018"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
env_logger = "0.7.1"
log = "0.4.8"
peepmatic = { path = "../.." }
peepmatic-runtime = { path = "../runtime" }