aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 03024323ea9c0332339c7f9c68c389629b065783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "pista"
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"
clap = "2.33.0"