move metrics dependency to workspace Cargo.toml

This commit is contained in:
spiral 2023-03-19 10:44:37 -04:00
parent 0cebf5e114
commit e711e86ea3
3 changed files with 4 additions and 3 deletions

View file

@ -8,6 +8,7 @@ members = [
anyhow = "1"
fred = { version = "5.2.0", default-features = false, features = ["tracing", "pool-prefer-active"] }
lazy_static = "1.4.0"
metrics = "0.20.1"
serde = "1.0.152"
tokio = { version = "1.25.0", features = ["full"] }
tracing = "0.1.37"