This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
2023-09-15 17:00:22 +02:00
|
|
|
[package]
|
2023-09-29 18:24:19 +02:00
|
|
|
name = "libpt-core"
|
2023-09-20 15:37:50 +02:00
|
|
|
publish.workspace = true
|
2024-03-01 21:29:00 +01:00
|
|
|
version = "0.4.0-alpha.2"
|
2023-09-20 15:37:50 +02:00
|
|
|
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
|
2023-09-15 17:00:22 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2024-01-15 23:28:01 +01:00
|
|
|
anyhow = "1.0.79"
|
|
|
|
cucumber = "0.20.2"
|
2024-01-17 13:57:47 +01:00
|
|
|
libpt-log = { workspace = true }
|