From 4152367f5dee2a70ff49f4aff4040d5d433b8e44 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 13 Sep 2021 22:20:25 +0530 Subject: add demo lint: bool_comparison --- lib/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/Cargo.toml') 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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +rnix = "0.9.0" +if_chain = "1.0" +macros = { path = "../macros" } +lazy_static = "1.0" -- cgit v1.2.3