wasmer/lib/dev-utils/Cargo.toml

13 lines
296 B
TOML
Raw Normal View History

[package]
name = "wasmer-dev-utils"
2019-11-12 00:21:46 +00:00
version = "0.10.1"
description = "Wasmer runtime core library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
repository = "https://github.com/wasmerio/wasmer"
publish = false
[dependencies]
2019-08-01 06:03:52 +00:00
libc = "0.2.60"