mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-05 12:33:15 +00:00
17 lines
277 B
TOML
17 lines
277 B
TOML
[package]
|
|
name = "sequencer_service_metrics"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
# Enable metrics writing
|
|
writing = ["dep:metrics"]
|
|
|
|
[dependencies]
|
|
metrics = { workspace = true, optional = true }
|