fixes
This commit is contained in:
9
src/lib.rs
Normal file
9
src/lib.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
// Library interface for tele-tui
|
||||
// This allows tests to import modules
|
||||
|
||||
pub mod app;
|
||||
pub mod config;
|
||||
pub mod input;
|
||||
pub mod tdlib;
|
||||
pub mod ui;
|
||||
pub mod utils;
|
||||
Reference in New Issue
Block a user