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-log"
|
2023-09-20 15:37:50 +02:00
|
|
|
publish.workspace = true
|
2024-03-10 19:38:51 +01:00
|
|
|
version = "0.4.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]
|
2023-09-15 17:15:09 +02:00
|
|
|
tracing = "0.1.37"
|
|
|
|
tracing-appender = "0.2.2"
|
|
|
|
tracing-subscriber = "0.3.17"
|
2024-01-16 10:18:29 +01:00
|
|
|
anyhow = { workspace = true }
|
|
|
|
thiserror = { workspace = true }
|
2023-09-15 17:15:09 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
gag = "1.0.0"
|