aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: e117de9bc716e41f62ac9e216a38e1f3c957099b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pish"
description = "pretty incredible shell"
version = "0.6.9"
edition = "2024"
license-file = "LICENSE"

[dependencies]
libc = "0.2.182"
sqlite = "0.37.0"
termios = "0.3"
pish_derive = { path = "./pish_derive" }
nix = { version = "0.31.2", features = ["poll", "signal"] }
terminfo-lean = "0.1.2"