aquavm/crates/test-utils/Cargo.toml

19 lines
343 B
TOML
Raw Normal View History

[package]
name = "air-test-utils"
2021-05-16 19:52:22 +00:00
version = "0.2.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-27 21:12:11 +00:00
license = "Apache-2.0"
publish = false
[lib]
name = "air_test_utils"
path = "src/lib.rs"
[dependencies]
2021-05-13 09:00:56 +00:00
fluence = "0.6.5"
avm-server = { path = "../../avm/server", features = ["raw-avm-api"] }
2021-05-16 19:52:22 +00:00
air = { path = "../../air" }
serde_json = "1.0.56"