Skip to content

Commit

Permalink
add driver to lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
drbeefsupreme committed Jan 16, 2025
1 parent aec3876 commit b4ece6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crown/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub use drivers::http::http as http_driver;
pub use drivers::markdown::markdown as markdown_driver;
pub use drivers::npc::{npc_client as npc_client_driver, npc_listener as npc_listener_driver};
pub use drivers::one_punch::one_punch_man as one_punch_driver;
pub use drivers::timer::make_timer_driver as timer_driver;

use std::path::PathBuf;

Expand Down

0 comments on commit b4ece6a

Please sign in to comment.