wasmer/lib/win-exception-handler/Cargo.toml

17 lines
548 B
TOML
Raw Normal View History

[package]
name = "wasmer-win-exception-handler"
2019-11-12 00:21:46 +00:00
version = "0.10.1"
description = "Wasmer runtime exception handling for Windows"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
edition = "2018"
[target.'cfg(windows)'.dependencies]
2019-11-12 00:21:46 +00:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" }
winapi = { version = "0.3.8", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] }
2019-08-01 06:03:52 +00:00
libc = "0.2.60"
[build-dependencies]
2019-10-23 20:40:35 +00:00
cmake = "0.1"