summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-22 20:46:44 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-22 20:46:44 -0500
commit9b82f429e3c6a1d4414fbc93db0b5425e3955d5f (patch)
treea914bec6136cf9d5045d0fd89c97cc2321b14ba0 /Cargo.toml
parent6e9ba966a1fd097196394f00c43eca15ac571843 (diff)
downloadnbsh-9b82f429e3c6a1d4414fbc93db0b5425e3955d5f.tar.gz
nbsh-9b82f429e3c6a1d4414fbc93db0b5425e3955d5f.zip
allow running multiple commands separated by semicolons
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b805342..18b07ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,4 +24,6 @@ unicode-width = "0.1.9"
users = "0.11.0"
vt100 = "0.15.0"
-[features]
+[patch.crates-io]
+# https://github.com/smol-rs/async-process/pull/19
+async-process = { git = "https://github.com/doy/async-process", branch = "status-drop" }