We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2693d28 commit 53724b6Copy full SHA for 53724b6
5 files changed
src/main.rs
@@ -19,6 +19,7 @@ use tui::{backend::CrosstermBackend, Terminal};
19
mod app;
20
mod spider;
21
mod state;
22
+mod subscribe;
23
mod utils;
24
use app::*;
25
0 commit comments