Skip to content

Commit

Permalink
add pub mod
Browse files Browse the repository at this point in the history
  • Loading branch information
BERADQ committed Apr 8, 2024
1 parent d82a779 commit 3ffa4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use kokoro::{default_impl::plugin::anyhow::anyhow, prelude::*};
use kokoro_plugin_tiny_http_event::*;
pub use kokoro_plugin_tiny_http_event::*;
use serde::Deserialize;
#[derive(Deserialize, DynamicPlugin)]
pub struct TinyHttp {
Expand Down

0 comments on commit 3ffa4a0

Please sign in to comment.