Skip to content

Commit

Permalink
hackk
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbalogh committed Nov 23, 2024
1 parent d044357 commit 5b9bfa2
Show file tree
Hide file tree
Showing 6 changed files with 464 additions and 120 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ license = "Apache-2.0"
async-stream = "0.3.6"
backon = "1.2.0"
bytesize = "1.3.0"
enum-ordinalize = "4.3.0"
futures = "0.3.31"
http = "1.1.0"
hyper = "1.5.0"
Expand All @@ -25,10 +26,12 @@ serde = { version = "1.0.214", optional = true, features = ["derive"] }
sync_docs = { path = "sync_docs" }
thiserror = "1.0.67"
tokio = { version = "1.41.1", features = ["time"] }
tokio-muxt = "0.5.0"
tokio-stream = "0.1.16"
tonic = { version = "0.12.3", features = ["tls", "tls-webpki-roots"] }
tonic-side-effect = { git = "https://github.com/s2-streamstore/tonic-side-effect.git", rev = "15eb454dd596517820dd31d8f3fef1cb2d9f1e78" }
tonic-side-effect = { git = "https://github.com/s2-streamstore/tonic-side-effect.git", rev = "4b298633211fccba5d8142930f635781114e5874" }
tower-service = "0.3.3"
tracing = "0.1.40"

[build-dependencies]
tonic-build = { version = "0.12.3", features = ["prost"] }
Expand Down
Loading

0 comments on commit 5b9bfa2

Please sign in to comment.