diff options
author | Akshay <[email protected]> | 2021-09-15 11:49:58 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-09-15 11:49:58 +0100 |
commit | c91c2ae1398e4f567ee5e4c50a1da35a9b65919b (patch) | |
tree | 71532adbed436fd99e13d81e4ac76a27f82ff7f7 /bin/Cargo.toml | |
parent | 2ee7db0b3b6df787c7e62d3614f97a0e45d12a12 (diff) |
init cli entrypoint
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r-- | bin/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 57cff11..979bd46 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml | |||
@@ -6,3 +6,7 @@ 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] |
9 | lib = { path = "../lib" } | ||
10 | ariadne = "0.1.3" | ||
11 | anyhow = "1.0" | ||
12 | rnix = "0.9.0" | ||