aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7b147799fadfe3f33b2d89c41a6942f27bfd6532 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"
nix = "0.14"
snafu = "0.4"
tokio = "0.1"
tokio-pty-process = "0.4"