mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 21:33:07 +00:00
20 lines
516 B
TOML
20 lines
516 B
TOML
[package]
|
|
categories.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
name = "testing-framework-runner-local"
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
version = "0.1.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
async-trait = "0.1"
|
|
testing-framework-core = { path = "../../core" }
|
|
thiserror = { workspace = true }
|
|
tracing = { workspace = true }
|