2020-12-17 21:44:24 +03:00
|
|
|
[package]
|
2021-02-17 23:36:36 +03:00
|
|
|
name = "aqua-interpreter-interface"
|
|
|
|
description = "Interface of the Aquamarine interpreter"
|
|
|
|
version = "0.3.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"
|
2020-12-17 21:44:24 +03:00
|
|
|
|
|
|
|
[lib]
|
2021-02-17 23:36:36 +03:00
|
|
|
name = "aqua_interpreter_interface"
|
2020-12-17 21:44:24 +03:00
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-03-01 11:09:41 +03:00
|
|
|
fluence = { version = "0.4.2", features = ["logger"] }
|
2020-12-29 14:11:18 +03:00
|
|
|
fluence-it-types = "0.1.0"
|
2020-12-17 21:44:24 +03:00
|
|
|
|
2021-01-12 13:04:25 +03:00
|
|
|
serde = "=1.0.118"
|