aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2a6a61bfa05637246484e7a25ed88488211d304a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "nbsh"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
crossterm = "0.9"
futures = "0.1"
mio = "0.6"
tokio = "0.1"
tokio-pty-process = "0.4"