aquavm/crates/test-utils/Cargo.toml

15 lines
354 B
TOML
Raw Normal View History

[package]
name = "aqua-test-utils"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[lib]
name = "aqua_test_utils"
path = "src/lib.rs"
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk", features = ["logger"] }
2020-11-09 11:44:04 +00:00
aquamarine-vm = { git = "https://github.com/fluencelabs/fce", branch = "master" }
serde_json = "1.0.56"