Skip to content

Commit

Permalink
keep going
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Sep 4, 2023
1 parent e7f5088 commit 0ac6280
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 77 deletions.
79 changes: 73 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sink-gcp-pubsub = ["google-cloud-pubsub", "google-cloud-googleapis", "google-clo
sink-gcp-cloudfunction = ["reqwest", "jsonwebtoken"]
sink-redis = ["r2d2_redis"]
sink-elasticsearch = ["elasticsearch"]
source-utxorpc = ["tonic","futures"]
source-utxorpc = ["tonic", "futures"]

[dependencies]
pallas = "0.19.0-alpha.1"
Expand Down Expand Up @@ -78,4 +78,5 @@ jsonwebtoken = { version = "8.3.0", optional = true }
file-rotate = { version = "0.7.5", optional = true }
tonic = { version = "0.9.2", features = ["tls", "tls-roots"], optional = true}
futures = { version = "0.3.28", optional = true }
serde_with = { version = "3.3.0", features = ["macros"] }

Loading

0 comments on commit 0ac6280

Please sign in to comment.