aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
diff options
context:
space:
mode:
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"