mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
centralize package versions except for vendor and excluded
This commit is contained in:
parent
5485c8a5b0
commit
4a89bee0a5
66 changed files with 292 additions and 222 deletions
|
@ -1,12 +1,13 @@
|
|||
[package]
|
||||
name = "roc_tracing"
|
||||
description = "Utilities for setting up tracing at various executable entry points."
|
||||
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
description = "Utilities for setting up tracing at various executable entry points."
|
||||
|
||||
[dependencies]
|
||||
tracing = { version = "0.1.36", features = ["release_max_level_off"] }
|
||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||
tracing-appender = "0.2.2"
|
||||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
tracing-appender.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue