diff options
author | Akshay <[email protected]> | 2021-09-13 17:50:25 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-09-13 17:50:25 +0100 |
commit | 4152367f5dee2a70ff49f4aff4040d5d433b8e44 (patch) | |
tree | fea606b3121702ae2f714f51697135e3c7b9a9ee /lib/Cargo.toml | |
parent | 7a3c3822ba4a368b0475bc5de89ced78fa8b3cb5 (diff) |
add demo lint: bool_comparison
Diffstat (limited to 'lib/Cargo.toml')
-rw-r--r-- | lib/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 49e2e49..e371c5d 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml | |||
@@ -6,3 +6,7 @@ edition = "2018" | |||
6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
7 | 7 | ||
8 | [dependencies] | 8 | [dependencies] |
9 | rnix = "0.9.0" | ||
10 | if_chain = "1.0" | ||
11 | macros = { path = "../macros" } | ||
12 | lazy_static = "1.0" | ||