mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
22 lines
695 B
TOML
22 lines
695 B
TOML
[package]
|
|
categories.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
name = "cucumber_ext"
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
cucumber = { version = "0.22.0", features = ["default", "macros"] }
|
|
testing-framework-core = { workspace = true }
|
|
testing-framework-runner-compose = { workspace = true }
|
|
testing-framework-runner-local = { workspace = true }
|
|
testing-framework-workflows = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|