From c2f0582d1907dbef69e9ad42ba9d4301337fe1e8 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 23 Oct 2021 12:41:52 +0530 Subject: initial implementation of multipass code fixer --- bin/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/Cargo.toml') diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 0d6f970..af5a288 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -6,10 +6,11 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lib = { path = "../lib" } ariadne = "0.1.3" rnix = "0.9.0" clap = "3.0.0-beta.4" globset = "0.4.8" thiserror = "1.0.30" +similar = "2.1.0" vfs = { path = "../vfs" } +lib = { path = "../lib" } -- cgit v1.2.3