23 lines
551 B
TOML
Raw Normal View History

2020-12-17 21:44:24 +03:00
[package]
name = "air-interpreter-interface"
description = "Interface of the AIR interpreter"
version = "0.6.1"
2020-12-17 21:44:24 +03:00
authors = ["Fluence Labs"]
edition = "2018"
2020-12-28 00:12:11 +03:00
license = "Apache-2.0"
documentation = "https://docs.rs/air-interpreter-interface"
repository = "https://github.com/fluencelabs/air"
keywords = ["fluence", "air", "webassembly", "programming-language"]
categories = ["wasm"]
2020-12-17 21:44:24 +03:00
[lib]
name = "air_interpreter_interface"
2020-12-17 21:44:24 +03:00
path = "src/lib.rs"
[dependencies]
2021-08-05 22:24:09 +03:00
marine-rs-sdk = "0.6.11"
2021-04-27 13:40:32 +03:00
fluence-it-types = "0.3.0"
2020-12-17 21:44:24 +03:00
serde = "1.0.118"
serde_json = "1.0.56"