20 lines
394 B
TOML
Raw Normal View History

[package]
name = "air-test-utils"
version = "0.2.1"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-28 00:12:11 +03:00
license = "Apache-2.0"
publish = false
[lib]
name = "air_test_utils"
path = "src/lib.rs"
[dependencies]
air = { path = "../../../air" }
air-interpreter-interface = { path = "../interpreter-interface" }
avm-server = { path = "../../../avm/server" }
2021-08-05 22:24:09 +03:00
marine-rs-sdk = "0.6.11"
2021-05-16 22:52:22 +03:00
serde_json = "1.0.61"