mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
15 lines
245 B
TOML
15 lines
245 B
TOML
|
[package]
|
||
|
name = "aquamarine-vm"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Fluence Labs"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
name = "aquamarine_vm"
|
||
|
path = "src/lib.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
fluence-faas = { path = "../fluence-faas" }
|
||
|
serde_json = "1.0.57"
|
||
|
serde = "1.0.116"
|