2025-12-17 17:28:29 +01:00
|
|
|
[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]
|
2026-01-09 15:30:59 +02:00
|
|
|
cucumber = { version = "0.22.0", features = ["default", "macros", "output-junit"] }
|
2025-12-17 17:28:29 +01:00
|
|
|
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
|