aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r--bin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index e78cabd..aa789eb 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -12,7 +12,7 @@ description = "Lints and suggestions for the Nix programming language"
12ariadne = "0.1.3" 12ariadne = "0.1.3"
13rnix = "0.9.0" 13rnix = "0.9.0"
14clap = "3.0.0-beta.4" 14clap = "3.0.0-beta.4"
15globset = "0.4.8" 15ignore = "0.4.18"
16thiserror = "1.0.30" 16thiserror = "1.0.30"
17similar = "2.1.0" 17similar = "2.1.0"
18vfs = { path = "../vfs" } 18vfs = { path = "../vfs" }