]> git.lizzy.rs Git - rust.git/blob - clippy_dev/Cargo.toml
build: set up build job for i686 targets
[rust.git] / clippy_dev / Cargo.toml
1 [package]
2 name = "clippy_dev"
3 version = "0.0.1"
4 authors = ["Philipp Hansch <dev@phansch.net>"]
5 edition = "2018"
6
7 [dependencies]
8 clap = "2.33"
9 itertools = "0.8"
10 regex = "1"
11 lazy_static = "1.0"
12 shell-escape = "0.1"
13 walkdir = "2"
14
15 [features]
16 deny-warnings = []