style: Add a dependency on derive_more.

Differential Revision: https://phabricator.services.mozilla.com/D17028
This commit is contained in:
Bobby Holley 2019-01-18 12:32:22 -08:00 committed by Emilio Cobos Álvarez
parent 624db3a0eb
commit 137e735d9d
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ bench = []
bitflags = "1.0"
matches = "0.1"
cssparser = "0.25"
derive_more = "0.13"
log = "0.4"
fxhash = "0.2"
phf = "0.7.18"