aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortslil clingman <>2020-10-10 23:00:23 -0400
committertslil clingman <>2020-10-10 23:58:27 -0400
commit2494c42d2fbd2900bdfeebfda39b0b706a45f9fe (patch)
tree2d72ed56575bf0499f7218a94977f9da0057f90c /Cargo.toml
parent6edf7d4cdc19ee80b50c813835b8e36b011232b4 (diff)
Thinking about GUI
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d1cac53..ae1add9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,4 @@ license = "GPL-3.0-or-later"
pancurses = "0.16.1"
argparse = "0.2.2"
chrono = "0.4.10"
+fltk = "^0.9"