Cargo.toml (76 lines of code) (raw):
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
git-config = { git = "https://github.com/mzr/gitoxide", rev = "885f3da02ea8ce05911f7a199baafd7150663089" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
mysql_async = { git = "https://github.com/mzr/mysql_async", rev = "76b6fa05d7bb3408402033e6f94042a756ab55ab" }
prost = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
prost-derive = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
prost-types = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
reqwest = { git = "https://github.com/vmagro/reqwest", rev = "ccd29cb852eefc24d7d3943c201e47b6b2e2599a" }
rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee562ee8daffb2ddeca3d1f0d36e5" }
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" }
terminfo = { git = "https://github.com/rust-terminfo/terminfo", rev = "9b4e1c6aae79644c9da7a2e312e3c10ee4759930" }
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" }
windows-sys = { git = "https://github.com/fanzeyi/windows-rs", rev = "8775afca5d2017da427d34b291ae4f85f5820740" }
[workspace]
members = [
"shed/ascii_ext",
"shed/async_compression",
"shed/async_compression/legacy-mononoke",
"shed/async_once_cell",
"shed/borrowed",
"shed/bytes_ext",
"shed/cached_config",
"shed/cachelib_stub",
"shed/chrome_trace",
"shed/cloned",
"shed/codegen_includer_proc_macro",
"shed/facet",
"shed/facet/proc_macros",
"shed/failure_ext",
"shed/fbinit",
"shed/fbinit/fbinit-tokio",
"shed/fbinit/fbinit-tokio-02",
"shed/fbinit/macros",
"shed/fbthrift_ext/framed",
"shed/fbthrift_ext/socket",
"shed/fbthrift_ext/tcp",
"shed/fbthrift_ext/util",
"shed/futures_01_ext",
"shed/futures_ext",
"shed/futures_lazy_shared",
"shed/futures_stats",
"shed/hash_memo",
"shed/hostcaps",
"shed/hostname",
"shed/limited_async_read",
"shed/lock_ext",
"shed/memcache_stub",
"shed/memcache_stub/common",
"shed/netstring",
"shed/panichandler",
"shed/perthread",
"shed/quickcheck_arbitrary_derive",
"shed/scuba_sample",
"shed/scuba_stub",
"shed/secure_utils",
"shed/serde_starlark",
"shed/services",
"shed/services/common",
"shed/shared_error",
"shed/slog_glog_fmt",
"shed/slog_stats",
"shed/sorted_vector_map",
"shed/sql",
"shed/sql/common",
"shed/sql/derive",
"shed/sql/tests_lib",
"shed/stats",
"shed/stats/traits",
"shed/thrift_compiler",
"shed/time_ext",
"shed/tokio-uds-compat/tokio-uds-compat",
"shed/tokio_shim",
"shed/trait_alias",
]