aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-26 23:39:49 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-26 23:39:49 -0500
commitce84b8e78f260f61c47486a32e7455d815a915fc (patch)
tree0976a5c6483420c2a527345a265cb0bd9ce7dcb2 /src/app.rs
parentcae11f7d94b7da0e2a941349af94dffa5a8ab298 (diff)
downloadynab-reimbursements-master.tar.gz
ynab-reimbursements-master.zip
update depsHEADmaster
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app.rs b/src/app.rs
index 22bf543..b542ed3 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -1,3 +1,5 @@
+use cursive::CursiveExt as _;
+
pub struct App {
cursive: cursive::Cursive,
}