From c91c2ae1398e4f567ee5e4c50a1da35a9b65919b Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 15 Sep 2021 16:19:58 +0530 Subject: init cli entrypoint --- bin/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/Cargo.toml') diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 57cff11..979bd46 100644 --- a/bin/Cargo.toml +++ b/bin/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] +lib = { path = "../lib" } +ariadne = "0.1.3" +anyhow = "1.0" +rnix = "0.9.0" -- cgit v1.2.3