[package] name = "blobstore_sync_queue" edition = "2018" version = "0.1.0" authors = ['Facebook'] license = "GPLv2+" [lib] path = "src/lib.rs" [[test]] name = "blobstore_sync_queue_test" path = "test/main.rs" [dependencies] context = { path = "../server/context", version = "0.1.0" } metaconfig_types = { path = "../metaconfig/types", version = "0.1.0" } mononoke_types = { path = "../mononoke_types", version = "0.1.0" } sql_construct = { path = "../common/sql_construct", version = "0.1.0" } sql_ext = { path = "../common/rust/sql_ext", version = "0.1.0" } cloned = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" } sql = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" } stats = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" } anyhow = "1.0" async-trait = "0.1.29" auto_impl = "0.4" futures = { version = "0.3.5", features = ["async-await", "compat"] } tokio = { version = "0.2.25", features = ["full", "test-util"] } uuid = { version = "0.8.1", features = ["v4"] } [dev-dependencies] fbinit = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master", version = "0.1.0" }