From f5a00e9090b9d81936137c3fc676cfd0ad25430c Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Fri, 17 Mar 2023 11:10:53 +0200 Subject: Use shlex to split shell arguments --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 81d8115..f2a906a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ clap = { version = "4.1.8", features = ["derive"] } git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] } nom = "7.1.3" rexpect = "0.5.0" +shlex = "1.1.0" thiserror = "1.0.38" [dev-dependencies] -- cgit v1.2.3