clidispatch: add parking_lot

Summary: Add parking_lot dep. It will be used later.

Reviewed By: sfilipco

Differential Revision: D26518019

fbshipit-source-id: 76124a2f70731b30017a6d7019eef9dc856fe54a
This commit is contained in:
Jun Wu 2021-02-19 15:18:03 -08:00 committed by Facebook GitHub Bot
parent 1641740028
commit 531fa41c8a

View File

@ -10,6 +10,7 @@ blackbox = { path = "../blackbox" }
cliparser = { path = "../cliparser" }
configparser = { path = "../configparser" }
indexedlog = { path = "../indexedlog" }
parking_lot = "0.10"
pipe = "0.2"
streampager = "0.8"
taggederror = { path = "../taggederror" }