mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 23:02:16 +00:00
Co-authored-by: folex <0xdxdy@gmail.com> Co-authored-by: Pavel Murygin <pavel.murygin@gmail.com>
20 lines
398 B
TOML
20 lines
398 B
TOML
[package]
|
|
name = "air-test-utils"
|
|
version = "0.2.1"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "air_test_utils"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
marine-rs-sdk = "0.6.11"
|
|
avm-server = { path = "../../avm/server" }
|
|
air = { path = "../../air" }
|
|
air-interpreter-interface = { path = "../../crates/interpreter-interface" }
|
|
|
|
serde_json = "1.0.61"
|