aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r--bin/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index 0d6f970..af5a288 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -6,10 +6,11 @@ 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" 9ariadne = "0.1.3"
11rnix = "0.9.0" 10rnix = "0.9.0"
12clap = "3.0.0-beta.4" 11clap = "3.0.0-beta.4"
13globset = "0.4.8" 12globset = "0.4.8"
14thiserror = "1.0.30" 13thiserror = "1.0.30"
14similar = "2.1.0"
15vfs = { path = "../vfs" } 15vfs = { path = "../vfs" }
16lib = { path = "../lib" }