Skip to content

Commit

Permalink
fix: missing tokio features in protocol create (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored Oct 4, 2024
1 parent fc24412 commit e19bda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ license = "MIT"
[dependencies]
serde = { workspace = true, features = ["derive"] }
bincode = { workspace = true }
tokio = { workspace = true }
tokio = { workspace = true, features = ["io-util"] }
log = { workspace = true }
anyhow = { workspace = true }

0 comments on commit e19bda9

Please sign in to comment.