aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-02-01 09:43:02 -0330
committerSam Anthony <sam@samanthony.xyz>2023-02-01 09:43:02 -0330
commitcdb67db4ab688dc93f28fefa2281616a00160c65 (patch)
tree86ab35c669482d1966a5e770bdda4760ac5b42b0 /Cargo.toml
parente5f32ef621ec1fbad0b86ddcdb5b2e32077891c1 (diff)
downloadpfc-cdb67db4ab688dc93f28fefa2281616a00160c65.zip
ui skeleton
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b8583f6..93016c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,5 @@ 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"