Skip to content

Commit

Permalink
deps(dev): add deadline and tracing-subscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaslong committed Nov 30, 2022
1 parent 06dfccc commit 977eab1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,15 @@ version = "0.7"
[dependencies.tracing]
version = "0.1"

[dev-dependencies.deadline]
version = "0.2"

[dev-dependencies.pea2pea]
version = "0.40"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [ "env-filter", "fmt" ]

[dev-dependencies.rand_chacha]
version = "0.3.0"

0 comments on commit 977eab1

Please sign in to comment.