Skip to content

Commit

Permalink
Add futures package to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
allada committed Jan 2, 2021
1 parent e09db45 commit 92912e6
Show file tree
Hide file tree
Showing 46 changed files with 830 additions and 68 deletions.
103 changes: 89 additions & 14 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ hex = "0.4.2"
async-mutex = "1.4.0"
async-trait = "0.1.42"
fixed-buffer = "0.2.2"
futures = "0.3.8"
# We must use tokio 0.2.x because tonic runtime uses it.
tokio = { version = "0.2", features = ["macros"] }
tonic = "0.3.1"
Expand Down
9 changes: 9 additions & 0 deletions third_party/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ alias(
],
)

alias(
name = "futures",
actual = "@raze__futures__0_3_8//:futures",
tags = [
"cargo-raze",
"manual",
],
)

alias(
name = "futures_core",
actual = "@raze__futures_core__0_3_8//:futures_core",
Expand Down
Loading

0 comments on commit 92912e6

Please sign in to comment.