marine/crates/wit-parser/Cargo.toml

18 lines
500 B
TOML
Raw Normal View History

2020-06-05 21:13:05 +00:00
[package]
2020-07-09 03:21:04 +00:00
name = "wit-parser"
2020-06-05 21:13:05 +00:00
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[lib]
name = "wit_parser"
path = "src/lib.rs"
[dependencies]
walrus = "0.17.0"
2020-06-16 07:41:34 +00:00
wasmer-core = { package = "wasmer-runtime-core", git = "https://github.com/fluencelabs/wasmer", branch = "fluence" }
2020-07-26 16:38:11 +00:00
wasmer-wit = { package = "wasmer-interface-types", git = "https://github.com/fluencelabs/interface-types", branch = "struct_support" }
2020-07-09 03:21:04 +00:00
fce-wit-interfaces = { path = "../fce-wit-interfaces" }
2020-06-05 21:13:05 +00:00
anyhow = "1.0.31"