diff options
author | Akshay <[email protected]> | 2021-10-19 11:28:46 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-19 11:28:46 +0100 |
commit | 214e3bc4b675b08ce4df76b1373f4548949e67ee (patch) | |
tree | db6584a360d69bc9759e2b8059a013ba9e8db5e1 /bin/Cargo.toml | |
parent | 0076b3a37dcca0e11afd05dc98174f646cdb8fa9 (diff) |
fully flesh out CLI
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r-- | bin/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 9452c2b..0d6f970 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml | |||
@@ -8,5 +8,8 @@ edition = "2018" | |||
8 | [dependencies] | 8 | [dependencies] |
9 | lib = { path = "../lib" } | 9 | lib = { path = "../lib" } |
10 | ariadne = "0.1.3" | 10 | ariadne = "0.1.3" |
11 | anyhow = "1.0" | ||
12 | rnix = "0.9.0" | 11 | rnix = "0.9.0" |
12 | clap = "3.0.0-beta.4" | ||
13 | globset = "0.4.8" | ||
14 | thiserror = "1.0.30" | ||
15 | vfs = { path = "../vfs" } | ||