aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-29 11:01:20 +0000
committerAkshay <[email protected]>2022-01-29 11:01:20 +0000
commitdf29effd59bb8971395419b79e8c0e51f373d4fb (patch)
tree1d1fd9c1fdbb68260a7de24c2a799541f3ad1e24 /bin/Cargo.toml
parent8e4eeb979ebaa8f0f461e66d986a75c3a80220b6 (diff)
bump rnix to latest master, support nix 2.5 syntax
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" ]