mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
move metrics dependency to workspace Cargo.toml
This commit is contained in:
parent
0cebf5e114
commit
e711e86ea3
3 changed files with 4 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue