Skip to content

Commit

Permalink
chore: added back tokio dependencies to the root Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Sep 13, 2024
1 parent 1f7cf23 commit 3b14283
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ miden-stdlib = { version = "0.10", default-features = false }
miden-tx = { git = "https://github.com/0xPolygonMiden/miden-base.git", branch = "next" }
prost = { version = "0.13" }
thiserror = { version = "1.0" }
tokio = { version = "1.40" }
tokio-stream = { version = "0.1" }
tonic = { version = "0.12" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["fmt", "json", "env-filter"] }

0 comments on commit 3b14283

Please sign in to comment.