From 9761556033c1faaae37f995ba557c47f9f3c357f Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sat, 25 Mar 2023 12:35:11 +0200 Subject: Identify where the current code needs the dirs to exist --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1e98b29..be75def 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,6 @@ edition = "2021" clap = { version = "4.1.8", features = ["derive"] } git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] } nix = { version = "0.26.2", default-features = false, features = ["user"] } -nom = "7.1.3" -rexpect = "0.5.0" rustyline = { version = "11.0.0", default-features = false } shlex = "1.1.0" thiserror = "1.0.38" @@ -19,8 +17,10 @@ user-info = { path = "user-info" } [dev-dependencies] anyhow = "1.0.69" assert_cmd = "2.0.8" +predicates = "2.1.5" # match the version in assert_cmd get-port = "4.0.0" once_cell = "1.17.1" tempfile = "3.4.0" +rexpect = "0.5.0" [workspace] -- cgit v1.2.3