Skip to content

Commit

Permalink
add prost
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHinome authored Mar 7, 2024
1 parent 9d48bd2 commit 06179a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion squid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ name = "client"
[dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.11", features = ["default"] }
prost = "0.12"

serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
Expand All @@ -27,4 +28,4 @@ squid-db = { path = "../squid-db" }
squid-tokenizer = { path = "../squid-tokenizer" }

[build-dependencies]
tonic-build = { version = "0.11", features = [ "prost" ] }
tonic-build = { version = "0.11", features = ["prost"] }

0 comments on commit 06179a6

Please sign in to comment.