aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-09-15 11:49:58 +0100
committerAkshay <[email protected]>2021-09-15 11:49:58 +0100
commitc91c2ae1398e4f567ee5e4c50a1da35a9b65919b (patch)
tree71532adbed436fd99e13d81e4ac76a27f82ff7f7 /bin/Cargo.toml
parent2ee7db0b3b6df787c7e62d3614f97a0e45d12a12 (diff)
init cli entrypoint
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r--bin/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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"
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]
9lib = { path = "../lib" }
10ariadne = "0.1.3"
11anyhow = "1.0"
12rnix = "0.9.0"