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]
|
|
|
|
name = "pt-log"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-15 17:15:09 +02:00
|
|
|
tracing = "0.1.37"
|
|
|
|
tracing-appender = "0.2.2"
|
|
|
|
tracing-subscriber = "0.3.17"
|
|
|
|
env_logger = "0.10.0"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
gag = "1.0.0"
|