generated from Patagia/template-nix
16 lines
430 B
TOML
16 lines
430 B
TOML
[package]
|
|
name = "patagia-common"
|
|
description = "Common control plane modules"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
once_cell.workspace = true
|
|
opentelemetry-otlp.workspace = true
|
|
opentelemetry_sdk.workspace = true
|
|
opentelemetry-semantic-conventions.workspace = true
|
|
opentelemetry.workspace = true
|
|
tracing-opentelemetry.workspace = true
|
|
tracing-subscriber.workspace = true
|