summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Chen <brianc118@meta.com>2023-12-28 11:43:00 -0800
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2023-12-28 11:43:00 -0800
commitec1bae2841b72e2bfa75848f9c34cbc8406e021c (patch)
treede3971b7a179cb170438c636cb1ad5e417da174d
parent49a0b671a1eaa17e25a44b86335285fa27eaeaaf (diff)
Fix build (#8216)
Summary: Pull Request resolved: https://github.com/facebookincubator/below/pull/8216 Reviewed By: boyuni Differential Revision: D52446721 fbshipit-source-id: 727065a638459298e6609633eb7d755b2ef2da84
-rw-r--r--below/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/below/Cargo.toml b/below/Cargo.toml
index 0051355a..961b3086 100644
--- a/below/Cargo.toml
+++ b/below/Cargo.toml
@@ -44,6 +44,7 @@ slog-term = "2.8"
store = { package = "below-store", version = "0.7.1", path = "store" }
tar = "0.4.40"
tempfile = "3.8"
+tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
users = "0.11"
view = { package = "below-view", version = "0.7.1", path = "view" }