diff --git a/eden/mononoke/aliasverify/Cargo.toml b/eden/mononoke/aliasverify/Cargo.toml index ccca1e37e76a8..6761a13d3f0e7 100644 --- a/eden/mononoke/aliasverify/Cargo.toml +++ b/eden/mononoke/aliasverify/Cargo.toml @@ -30,6 +30,7 @@ mononoke_app = { version = "0.1.0", path = "../cmdlib/mononoke_app" } mononoke_repos = { version = "0.1.0", path = "../mononoke_repos" } mononoke_types = { version = "0.1.0", path = "../mononoke_types" } mutable_counters = { version = "0.1.0", path = "../mutable_counters" } +once_cell = "1.12" repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" } repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" } sharding_ext = { version = "0.1.0", path = "../cmdlib/sharding_ext" } diff --git a/eden/mononoke/backfill_derived_data/Cargo.toml b/eden/mononoke/backfill_derived_data/Cargo.toml index 37d19ae3c2955..2c8c50d9b09e8 100644 --- a/eden/mononoke/backfill_derived_data/Cargo.toml +++ b/eden/mononoke/backfill_derived_data/Cargo.toml @@ -45,6 +45,7 @@ manifest = { version = "0.1.0", path = "../manifest" } mercurial_derivation = { version = "0.1.0", path = "../derived_data/mercurial_derivation" } mononoke_api_types = { version = "0.1.0", path = "../mononoke_api/types" } mononoke_types = { version = "0.1.0", path = "../mononoke_types" } +once_cell = "1.12" readonlyblob = { version = "0.1.0", path = "../blobstore/readonlyblob" } repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" } repo_derived_data = { version = "0.1.0", path = "../repo_attributes/repo_derived_data" } diff --git a/eden/mononoke/statistics_collector/Cargo.toml b/eden/mononoke/statistics_collector/Cargo.toml index 9712af0b0e98b..ac92464271b00 100644 --- a/eden/mononoke/statistics_collector/Cargo.toml +++ b/eden/mononoke/statistics_collector/Cargo.toml @@ -34,6 +34,7 @@ mercurial_derivation = { version = "0.1.0", path = "../derived_data/mercurial_de mercurial_types = { version = "0.1.0", path = "../mercurial/types" } mononoke_app = { version = "0.1.0", path = "../cmdlib/mononoke_app" } mononoke_types = { version = "0.1.0", path = "../mononoke_types" } +once_cell = "1.12" redactedblobstore = { version = "0.1.0", path = "../blobstore/redactedblobstore" } repo_blobstore = { version = "0.1.0", path = "../blobrepo/repo_blobstore" } repo_derived_data = { version = "0.1.0", path = "../repo_attributes/repo_derived_data" }