summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-03-05 16:16:57 -0500
committerJesse Luehrs <doy@tozt.net>2022-03-05 16:16:57 -0500
commit0a36ee5f441260f13beda17eb5482e6bd0f9eb8c (patch)
treef3bb6a3ae6cb60b6d8b1e53ec8bf8a59d12aa0be /Cargo.toml
parent9739d754e72d82248c93e7d54d9b7f0cac669c28 (diff)
downloadnbsh-0a36ee5f441260f13beda17eb5482e6bd0f9eb8c.tar.gz
nbsh-0a36ee5f441260f13beda17eb5482e6bd0f9eb8c.zip
add tokio-console support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5d9c91b..0009c08 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,6 +32,9 @@ unicode-width = "0.1.9"
users = "0.11.0"
vt100 = "0.15.1"
+[target.'cfg(nbsh_tokio_console)'.dependencies]
+console-subscriber = "0.1.3"
+
[patch.crates-io]
nix = { git = "https://github.com/nix-rust/nix" }
notify = { git = "https://github.com/notify-rs/notify" }