aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-06-09 17:35:29 -0400
committerJesse Luehrs <doy@tozt.net>2019-06-09 17:35:29 -0400
commit56db51ac99466df9b6fb87cdc54cc859c200065f (patch)
treecda3cc5b88c729d5193a40862ecf5ac5489c89ff /Cargo.toml
parent0eff601814d37012a86e5f02f8a89e928fcfa934 (diff)
downloadnbsh-old-56db51ac99466df9b6fb87cdc54cc859c200065f.tar.gz
nbsh-old-56db51ac99466df9b6fb87cdc54cc859c200065f.zip
provide a framework for shell builtins
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1dc7a14..7b14779 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2018"
crossterm = "0.9"
futures = "0.1"
mio = "0.6"
+nix = "0.14"
snafu = "0.4"
tokio = "0.1"
tokio-pty-process = "0.4"