Skip to content

Commit

Permalink
td/supertd: Fix OSS build
Browse files Browse the repository at this point in the history
Summary: Missing dep for the Cargo.toml

Reviewed By: rjbailey

Differential Revision: D67350125

fbshipit-source-id: f982e41edc43715c81a384125160fc23d4dff08a
  • Loading branch information
Aniket Mathur authored and facebook-github-bot committed Dec 17, 2024
1 parent e12ff66 commit 8abcb8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supertd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ anyhow = "1.0"
clap = {version = "4.1.4", features = ["derive"]}
tokio = { version = "1.37", features = ["full"] }
fbinit = { workspace = true }
fbinit-tokio = { workspace = true }

td_util = {path = "../td_util"}
audit = {path = "../audit"}
Expand Down

0 comments on commit 8abcb8f

Please sign in to comment.