From 0a36ee5f441260f13beda17eb5482e6bd0f9eb8c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 5 Mar 2022 16:16:57 -0500 Subject: add tokio-console support --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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" } -- cgit v1.2.3-54-g00ecf