marine/aquamarine-vm/Cargo.toml

17 lines
325 B
TOML
Raw Normal View History

2020-10-01 12:19:38 +03:00
[package]
name = "aquamarine-vm"
2020-10-01 12:57:29 +03:00
description = "Fluence Aquamarine VM"
2020-10-01 12:19:38 +03:00
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-10-01 12:57:29 +03:00
license = "Apache-2.0"
2020-10-01 12:19:38 +03:00
[lib]
name = "aquamarine_vm"
path = "src/lib.rs"
[dependencies]
2020-10-14 15:13:24 +03:00
fluence-faas = { path = "../fluence-faas", version = "0.1.9" }
2020-10-01 12:19:38 +03:00
serde_json = "1.0.57"
serde = "1.0.116"