mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
19 lines
343 B
TOML
19 lines
343 B
TOML
[package]
|
|
name = "air-test-utils"
|
|
version = "0.2.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "air_test_utils"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
fluence = "0.6.5"
|
|
avm-server = { path = "../../avm/server", features = ["raw-avm-api"] }
|
|
air = { path = "../../air" }
|
|
|
|
serde_json = "1.0.56"
|