aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 95bd8492a8c6b820b45d79ead9dfdb6126257486 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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"