forked from facebookexperimental/rust-shed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
66 lines (64 loc) · 2.53 KB
/
Cargo.toml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[workspace]
members = [
"shed/ascii_ext",
"shed/async_compression",
"shed/async_unit",
"shed/borrowed",
"shed/bytes_ext",
"shed/cached_config",
"shed/cachelib_stub",
"shed/chrome_trace",
"shed/cloned",
"shed/codegen_includer_proc_macro",
"shed/failure_ext",
"shed/fbinit",
"shed/fbinit/macros",
"shed/fbthrift_ext/framed",
"shed/fbthrift_ext/socket",
"shed/fbthrift_ext/tcp",
"shed/fbthrift_ext/util",
"shed/futures_ext",
"shed/futures_stats",
"shed/hash_memo",
"shed/hostname",
"shed/limited_async_read",
"shed/lock_ext",
"shed/memcache_stub",
"shed/memcache_stub/common",
"shed/netstring",
"shed/panichandler",
"shed/perthread",
"shed/scuba_sample",
"shed/scuba_stub",
"shed/secure_utils",
"shed/serde_starlark",
"shed/services",
"shed/services/common",
"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/tracing",
]
[patch.crates-io]
chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" }
const-random = { git = "https://github.com/fbsource/const-random", rev = "374c5b46427fe2ffbf6acbd9c1687e0f1a809f95" }
gotham = { git = "https://github.com/krallin/gotham.git", branch = "socket_data" }
gotham_derive = { git = "https://github.com/krallin/gotham.git", branch = "socket_data" }
internment= { git = "https://github.com/droundy/internment", rev = "c075b045ec1b310493ec0742d1137acbdf7b7d9b" }
prost = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
prost-build = { 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" }
pyo3 = { git = "https://github.com/PyO3/pyo3.git", rev = "4af61e83c34a04d74679a1048ee3866831a327ab" }
r2d2_sqlite = { git = "https://github.com/jsgf/r2d2-sqlite.git", rev = "6d77a828ca0a3c507a3f58561532a1b6c66c7918" }
rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee562ee8daffb2ddeca3d1f0d36e5" }
tokio-core = { git = "https://github.com/bolinfest/tokio-core", rev = "5f37aa3c627d56ee49154bc851d6930f5ab4398f" }
toml = { git = "https://github.com/jsgf/toml-rs", branch = "master" }