Skip to content

Commit

Permalink
Cargo: Add required dev-dependencies for example
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Apr 11, 2024
1 parent 3b201b6 commit d7664b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ build = "build/main.rs"

[dependencies]
bytes = "1.3.0"
tokio-util = { version = "0.6.3", features = ["codec"] }

[dev-dependencies]
tokio-serial = "5.4.4"
tokio = { version = "1.37.0", features = ["full"] }
futures = "0.3.30"

[build-dependencies]
convert_case = "0.6.0"
Expand Down

0 comments on commit d7664b0

Please sign in to comment.