Skip to content

Commit 215937e

Browse files
committed
Update lib.rs
1 parent 66c1004 commit 215937e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//! A minimal plugin that demonstrates the plugin ABI structure.
44
55
use openvcs_core::app_api::PluginError;
6+
use openvcs_core::info;
67
use openvcs_core::openvcs_plugin;
78

89
// Internal helpers - NOT ABI
@@ -17,6 +18,7 @@ mod plugin {
1718
use super::*;
1819

1920
pub fn init() -> Result<(), PluginError> {
21+
info!("Hello, World!");
2022
Ok(())
2123
}
2224

0 commit comments

Comments
 (0)