17 lines
545 B
TOML
Raw Normal View History

[package]
name = "wasmer-win-exception-handler"
2020-03-11 19:15:31 -07:00
version = "0.16.2"
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]
2020-03-11 19:15:31 -07:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.16.2" }
winapi = { version = "0.3.8", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] }
2019-07-31 23:03:52 -07:00
libc = "0.2.60"
[build-dependencies]
2020-03-18 20:05:05 +01:00
cc = "1.0"