mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-11 18:40:17 +00:00
11 lines
309 B
TOML
11 lines
309 B
TOML
|
[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"] }
|