Skip to content

Commit

Permalink
Minimize clap dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 11, 2020
1 parent f9ff589 commit 45ee8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pineappl_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["science"]
description = "Read, write, and query PineAPPL grids"

[dependencies]
clap = "~2.33.0"
clap = { default-features = false, features = ["suggestions"], version = "~2.33.0" }
itertools = "0.9"
lhapdf = "0.1"
pineappl = { path = "../pineappl", version = "0.1" }
Expand Down

0 comments on commit 45ee8ae

Please sign in to comment.