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

[dependencies]
libc = "0.2.182"
termios = "0.3"