diff options
Diffstat (limited to 'tools/cheddar/Cargo.toml')
-rw-r--r-- | tools/cheddar/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cheddar/Cargo.toml b/tools/cheddar/Cargo.toml index ca9ed0dfe4ac..b7d9a775861d 100644 --- a/tools/cheddar/Cargo.toml +++ b/tools/cheddar/Cargo.toml @@ -8,3 +8,4 @@ edition = "2018" comrak = "0.7" lazy_static = "1.4" syntect = "4.2.0" +clap = "2.33" |