Use custom table implementation

This commit is contained in:
Dheepak Krishnamurthy 2020-10-20 12:56:45 -06:00
parent 98804a6c24
commit caf0444295
5 changed files with 375 additions and 1 deletions

View file

@ -6,6 +6,7 @@ mod app;
mod calendar;
mod config;
mod util;
mod table;
use crate::util::{destruct_terminal, setup_terminal, Event, EventConfig, Events};
use clap::{App, Arg};