Skip to content

Commit 1eeb95f

Browse files
committed
Reexport Signer
1 parent 427790c commit 1eeb95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use std::env;
1515
use std::sync::RwLock;
1616

17-
pub use c2pa::SigningAlg;
17+
pub use c2pa::{Signer, SigningAlg};
1818

1919
/// these all need to be public so that the uniffi macro can see them
2020
mod error;

0 commit comments

Comments
 (0)