aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 6792a5ebb1e2d97e08a15f2a4d58b7c4e3b1b2a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "nbsh"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
description = "experimental interactive shell"
license = "MIT"
repository = "https://git.tozt.net/nbsh"
readme = "README.md"
keywords = ["shell", "terminal"]
categories = ["command-line-utilities"]

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