aquavm/crates/interpreter-interface/Cargo.toml

18 lines
331 B
TOML
Raw Normal View History

2020-12-17 18:44:24 +00:00
[package]
2021-02-17 20:36:36 +00:00
name = "aqua-interpreter-interface"
description = "Interface of the Aquamarine interpreter"
2021-04-28 13:05:35 +00:00
version = "0.5.0"
2020-12-17 18:44:24 +00:00
authors = ["Fluence Labs"]
edition = "2018"
2020-12-27 21:12:11 +00:00
license = "Apache-2.0"
2020-12-17 18:44:24 +00:00
[lib]
2021-02-17 20:36:36 +00:00
name = "aqua_interpreter_interface"
2020-12-17 18:44:24 +00:00
path = "src/lib.rs"
[dependencies]
2021-04-28 13:05:35 +00:00
fluence = "0.6.1"
2021-04-27 10:40:32 +00:00
fluence-it-types = "0.3.0"
2020-12-17 18:44:24 +00:00
serde = "=1.0.118"