From 214e3bc4b675b08ce4df76b1373f4548949e67ee Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 19 Oct 2021 15:58:46 +0530 Subject: fully flesh out CLI --- bin/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/Cargo.toml') diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 9452c2b..0d6f970 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -8,5 +8,8 @@ edition = "2018" [dependencies] lib = { path = "../lib" } ariadne = "0.1.3" -anyhow = "1.0" rnix = "0.9.0" +clap = "3.0.0-beta.4" +globset = "0.4.8" +thiserror = "1.0.30" +vfs = { path = "../vfs" } -- cgit v1.2.3