aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d8fa9d23f2ff43a29aa6d5eae8820d901139ce26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "pfc"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tui = "0.19"
crossterm = "0.25"