mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-17 08:40:50 +00:00
15 lines
360 B
TOML
15 lines
360 B
TOML
[package]
|
|
name = "api-tests"
|
|
version = "0.16.2"
|
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
wasmer = { version = "0.16.2", path = "../api" }
|
|
|
|
[dev-dependencies]
|
|
wabt = "0.9.1" |