blob: 05885423598446cb3a637efc807340a97233deb5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "pish"
description = "pretty incredible shell"
version = "0.1.0"
edition = "2024"
license-file = "LICENSE"
[dependencies]
libc = "0.2.182"
termios = "0.3"
|