Skip to content

Commit

Permalink
expose qualified attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
phochard committed Jan 20, 2025
1 parent f52c77b commit e1c7fa5
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
Expand Up @@ -19,7 +19,7 @@ mod encrypted_header;
pub mod api;
pub mod traits;

pub use abe_policy::EncryptionHint;
pub use abe_policy::{EncryptionHint, QualifiedAttribute};

#[cfg(any(test, feature = "test-utils"))]
pub mod test_utils;
Expand Down

0 comments on commit e1c7fa5

Please sign in to comment.