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

[dependencies]
termios = "0.3"