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

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