Skip to content

Commit e82846f

Browse files
David Tolnayfacebook-github-bot
authored andcommitted

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shim/third-party/rust/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ bincode = "1.3.3"
4444
bitflags = "2.4"
4545
blake3 = { version = "1.3.1", features = ["default", "digest", "rayon", "std", "traits-preview"] }
4646
bstr = { version = "1.4.0", features = ["serde", "std", "unicode"] }
47+
buck-resources = "1"
4748
bumpalo = { version = "3.14.0", features = ["allocator_api", "collections"] }
4849
byteorder = "1.4.3"
4950
bytes = "1.0"
@@ -117,6 +118,7 @@ jemallocator = { version = "0.5.0", features = ["profiling"] }
117118
lalrpop = { version = "0.19.7", artifact = "bin", features = ["pico-args"] }
118119
lalrpop-util = "0.19.7"
119120
libc = "0.2.158"
121+
libfuzzer-sys = "0.4"
120122
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
121123
linkme = { version = "0.3.17", features = ["used_linker"] }
122124
log = "0.4"
@@ -158,6 +160,8 @@ prost-derive = "0.12"
158160
prost-types = "0.12"
159161
protoc-bin-vendored = "3.0.0"
160162
psutil = "3.2"
163+
ptyprocess = "0.4"
164+
quickcheck = "1.0"
161165
quote = "1.0.3"
162166
rand = { version = "0.8.4", features = ["small_rng"] }
163167
rand_chacha = "0.3"
@@ -225,6 +229,7 @@ twox-hash = "1.6.1"
225229
typed-arena = "2.0"
226230
unicode-segmentation = "1.7"
227231
uuid = { version = "1.2", features = ["v4"] }
232+
vt100 = "0.15"
228233
walkdir = "2.3.2"
229234
watchman_client = "0.8.0"
230235
which = "4.3.0"

0 commit comments

Comments
 (0)