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, 1 insertions, 4 deletions
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index 34d6513..832ce72 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -16,6 +16,7 @@ path = "src/main.rs"
16 16
17[dependencies] 17[dependencies]
18ariadne = "0.1.3" 18ariadne = "0.1.3"
19rnix = "0.10.1"
19clap = "3.0.0-beta.4" 20clap = "3.0.0-beta.4"
20ignore = "0.4.18" 21ignore = "0.4.18"
21thiserror = "1.0.30" 22thiserror = "1.0.30"
@@ -24,10 +25,6 @@ vfs = { path = "../vfs" }
24lib = { path = "../lib" } 25lib = { path = "../lib" }
25toml = "0.5.8" 26toml = "0.5.8"
26 27
27[dependencies.rnix]
28git = "https://github.com/nix-community/rnix-parser"
29rev = "8083f5694ddeaca47c946aa9ae7ecf117fa4823b"
30
31[dependencies.serde] 28[dependencies.serde]
32version = "1.0.68" 29version = "1.0.68"
33features = [ "derive" ] 30features = [ "derive" ]