mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
16 lines
304 B
TOML
16 lines
304 B
TOML
[package]
|
|
name = "aqua-test-utils"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
[lib]
|
|
name = "aqua_test_utils"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
fluence = "0.6.1"
|
|
aquamarine-vm = { version = "0.7.0", features = ["raw-aquamarine-vm-api"] }
|
|
serde_json = "1.0.56"
|