build: Strip clap of optional features

This makes the build marginally faster at the cost of losing non-essential command line parsing in test_layout.
This commit is contained in:
Dorota Czaplejewicz
2020-01-25 17:24:22 +00:00
parent f326929634
commit acfa48886d

View File

@ -4,7 +4,7 @@ version = "0.1.0"
[dependencies]
bitflags = "1.0.*"
clap = "2.32.*"
clap = { version = "2.32.*", default-features = false }
maplit = "1.0.*"
regex = "1.1.*"
serde = { version = "1.0.*", features = ["derive"] }