Introduce library boundary
This commit is contained in:
@@ -0,0 +1 @@
|
||||
// Placeholder for upcoming context module.
|
||||
@@ -0,0 +1 @@
|
||||
// Placeholder for upcoming domain module.
|
||||
@@ -0,0 +1 @@
|
||||
// Placeholder for upcoming event_log module.
|
||||
@@ -0,0 +1,6 @@
|
||||
pub mod context;
|
||||
pub mod domain;
|
||||
pub mod event_log;
|
||||
pub mod session;
|
||||
pub mod state_machine;
|
||||
pub mod window;
|
||||
+1
-1
@@ -6,8 +6,8 @@ use std::io::{stdout, Write};
|
||||
use std::rc::Rc;
|
||||
use std::time::{Duration, Instant}; // <--- Add this
|
||||
mod constants;
|
||||
mod window;
|
||||
|
||||
use antidrift::window;
|
||||
use ratatui::{
|
||||
crossterm::{
|
||||
event::{self, Event, KeyCode},
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
// Placeholder for upcoming session module.
|
||||
@@ -0,0 +1 @@
|
||||
// Placeholder for upcoming state_machine module.
|
||||
Reference in New Issue
Block a user