Skip to content

Commit

Permalink
Update crates/web5/src/credentials/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Diane Huxley <[email protected]>
  • Loading branch information
nitro-neal and Diane Huxley authored Sep 3, 2024
1 parent d9ca4f0 commit 9788744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/web5/src/credentials/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ mod josekit;
mod jwt_payload_vc;
pub mod presentation_definition;
mod sign;
pub mod status_list_credential;
mod status_list_credential;
pub use status_list_credential::{StatusListCredential, STATUS_LIST_CREDENTIAL_CONTEXT, STATUS_LIST_CREDENTIAL_TYPE, STATUS_LIST_2021, STATUS_LIST_2021_ENTRY};
pub mod verifiable_credential_1_1;

pub use credential_schema::CredentialSchema;
Expand Down

0 comments on commit 9788744

Please sign in to comment.