mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-05 20:43:14 +00:00
20 lines
395 B
TOML
20 lines
395 B
TOML
[package]
|
|
name = "sequencer_core_metrics"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
# Enable metrics writing
|
|
writing = ["dep:common", "dep:metrics", "dep:strum"]
|
|
|
|
[dependencies]
|
|
common = { workspace = true, optional = true }
|
|
|
|
metrics = { workspace = true, optional = true }
|
|
strum = { workspace = true, optional = true }
|