mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 12:30:50 +00:00
12 lines
331 B
TOML
12 lines
331 B
TOML
[package]
|
|
name = "gen_test_data_dashboard"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
air-test-utils = { path = "../../crates/air-lib/test-utils", features = ["test_with_native_code"] }
|
|
maplit = "1.0.2"
|
|
serde_json = "1.0.91"
|