-
Notifications
You must be signed in to change notification settings - Fork 374
Expand file tree
/
Copy pathCargo.toml
More file actions
39 lines (36 loc) · 2.26 KB
/
Copy pathCargo.toml
File metadata and controls
39 lines (36 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# @generated by autocargo from //eden/mononoke/jobs/blobstore_healer:blobstore_healer
[package]
name = "blobstore_healer"
version = "0.1.0"
authors = ["Facebook"]
edition = "2024"
license = "GPLv2+"
[dependencies]
anyhow = "1.0.102"
async-trait = "0.1.86"
blobstore = { version = "0.1.0", path = "../../blobstore" }
blobstore_factory = { version = "0.1.0", path = "../../blobstore/factory" }
blobstore_sync_queue = { version = "0.1.0", path = "../../blobstore_sync_queue" }
borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false }
clap = { version = "4.6.0", features = ["derive", "env", "string", "unicode", "wrap_help"] }
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
context = { version = "0.1.0", path = "../../servers/slapi/slapi_server/context" }
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
futures = { version = "0.3.31", features = ["async-await", "compat"] }
futures_03_ext = { package = "futures_ext", version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
itertools = "0.14.0"
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }
mononoke_app = { version = "0.1.0", path = "../../cmdlib/mononoke_app" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
rand = "0.10.1"
sql_construct = { version = "0.1.0", path = "../../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../../common/rust/sql_ext" }
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
wait_for_replication = { version = "0.1.0", path = "../../common/wait_for_replication" }
[dev-dependencies]
bytes = { version = "1.11.1", features = ["serde"] }
fbinit-tokio = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
mononoke_macros = { version = "0.1.0", path = "../../common/mononoke_macros" }