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

@ -31,6 +31,7 @@ bitflags = "1.0"
byteorder = "1.0"
cssparser = "0.25"
crossbeam-channel = { version = "0.3", optional = true }
derive_more = "0.13"
new_debug_unreachable = "1.0"
encoding_rs = {version = "0.8", optional = true}
euclid = "0.19"