aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5469a2973c629e3b3d04a255c93662eba1880526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "prompt"
version = "0.1.0"
authors = ["NerdyPepper <[email protected]>"]
edition = "2018"

[dependencies]
lazy_static = "1.3.0"
tico = "1.0.0"
libc = "0.2.55"
colored = "1.8.0"
git2 = "0.8.0"