Skip to content

Commit

Permalink
Set tokio-stream as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hauju committed Nov 13, 2023
1 parent d12ad79 commit c1c6fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ tonic = "0.8"
prost = "0.11"
bytes = "1"
prost-types = "0.11"
tokio-stream = { version = "0.1" }

[build-dependencies]
tonic-build = "0.8"

[dev-dependencies]
tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1" }

[[example]]
name = "client"
Expand Down

0 comments on commit c1c6fe4

Please sign in to comment.