Skip to content

Commit

Permalink
move deps to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0xForerunner committed Nov 7, 2024
1 parent 4bc138a commit aca1376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions telemetry-batteries-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ proc-macro = true
proc-macro2 = "1.0.60"
quote = "1"
syn = { version = "2.0", features = ["full"] }
telemetry-batteries = { path = "../telemetry-batteries" }
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }

[dev-dependencies]
telemetry-batteries = { path = "../telemetry-batteries" }
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
tracing = "0.1.40"
metrics = "0.24"
eyre = "0.6.12"
Expand Down

0 comments on commit aca1376

Please sign in to comment.