Skip to content

Commit

Permalink
build: pub async_trait
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Oct 21, 2023
1 parent 72e9dda commit 9cef746
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ mod error;
mod plugin;
mod systems;

// Re-export instant
// Re-exports
pub use async_trait::async_trait;
pub use instant::{Duration, Instant};

pub use data_types::{
Expand Down

0 comments on commit 9cef746

Please sign in to comment.