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

[dependencies]
crossterm = "0.9.5"
futures = "0.1.27"
tokio = "0.1.21"
tokio-pty-process = "0.4.0"