summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: adb439d022b2370da9a12134f85cd4c945ffa5aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "nbsh"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.45"
async-process = "1.2.0"
async-std = "1.10.0"
futures = "0.3.17"
libc = "0.2.107"
pty-process = { version = "0.1.0", features = ["backend-async-std"] }
textmode = { version = "0.1.0", features = ["async"] }
vt100 = "0.12.0"

[features]