aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r--bin/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index 4e83ee3..34d6513 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -16,7 +16,6 @@ path = "src/main.rs"
16 16
17[dependencies] 17[dependencies]
18ariadne = "0.1.3" 18ariadne = "0.1.3"
19rnix = "0.9.0"
20clap = "3.0.0-beta.4" 19clap = "3.0.0-beta.4"
21ignore = "0.4.18" 20ignore = "0.4.18"
22thiserror = "1.0.30" 21thiserror = "1.0.30"
@@ -25,6 +24,10 @@ vfs = { path = "../vfs" }
25lib = { path = "../lib" } 24lib = { path = "../lib" }
26toml = "0.5.8" 25toml = "0.5.8"
27 26
27[dependencies.rnix]
28git = "https://github.com/nix-community/rnix-parser"
29rev = "8083f5694ddeaca47c946aa9ae7ecf117fa4823b"
30
28[dependencies.serde] 31[dependencies.serde]
29version = "1.0.68" 32version = "1.0.68"
30features = [ "derive" ] 33features = [ "derive" ]