mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 11:15:33 +00:00
16 lines
297 B
TOML
16 lines
297 B
TOML
[package]
|
|
name = "air-test-utils"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
[lib]
|
|
name = "air_test_utils"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
fluence = "0.6.1"
|
|
avm-server = { path = "../../avm/server", features = ["raw-avm-api"] }
|
|
serde_json = "1.0.56"
|