mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
24 lines
524 B
TOML
24 lines
524 B
TOML
[package]
|
|
name = "aquamarine-vm"
|
|
description = "Fluence Aquamarine VM"
|
|
version = "0.1.3"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
[lib]
|
|
name = "aquamarine_vm"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
fluence-faas = { path = "../fluence-faas", version = "0.1.15" }
|
|
stepper-interface = { git = "https://github.com/fluencelabs/aquamarine", branch = "wit" }
|
|
|
|
maplit = "1.0.2"
|
|
serde_json = "1.0.57"
|
|
serde = "1.0.116"
|
|
|
|
[features]
|
|
# enable raw AquamarineVM API intended for testing
|
|
raw-aquamarine-vm-api = []
|