1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-31 23:11:04 +00:00

19 lines
584 B
TOML
Raw Normal View History

[package]
name = "wasmer-win-exception-handler"
2019-07-31 10:28:45 -07:00
version = "0.6.0"
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-07-31 10:28:45 -07:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.6.0" }
2019-07-31 23:21:56 -07:00
winapi = { version = "0.3.7", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] }
2019-07-31 23:03:52 -07:00
libc = "0.2.60"
[build-dependencies]
2019-07-31 23:21:56 -07:00
cmake = "0.1.40"
bindgen = "0.51.0"
regex = "1.2.1"