pt/members/libpt-core/Cargo.toml

19 lines
407 B
TOML
Raw Normal View History

[package]
2023-09-29 18:24:19 +02:00
name = "libpt-core"
2023-09-20 15:37:50 +02:00
publish.workspace = true
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
[dependencies]
2024-01-15 23:28:01 +01:00
anyhow = "1.0.79"
cucumber = "0.20.2"
libpt-log = {path = "../libpt-log" }