marine-rs-sdk-test/crates/wit/Cargo.toml

11 lines
309 B
TOML
Raw Normal View History

2020-07-07 07:27:05 +00:00
[package]
name = "wit"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[dependencies]
walrus = "0.17.0"
wit-support = { path = "../wit-support" }
wasmer-wit = { package = "wasmer-interface-types", git = "http://github.com/fluencelabs/interface-types", branch = "master", features = ["serde"] }