aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a9cb7e1face944916b8c912bb6ad62ebc19551f3 (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"
futures = "0.1"
tokio = "0.1"
tokio-pty-process = "0.4"