From 97887444a57cf6ff946fa2b80a2c1ea92901367f Mon Sep 17 00:00:00 2001 From: nitro-neal <5314059+nitro-neal@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:25:41 -0700 Subject: [PATCH] Update crates/web5/src/credentials/mod.rs Co-authored-by: Diane Huxley --- crates/web5/src/credentials/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/web5/src/credentials/mod.rs b/crates/web5/src/credentials/mod.rs index 1737f236..c043bb3c 100644 --- a/crates/web5/src/credentials/mod.rs +++ b/crates/web5/src/credentials/mod.rs @@ -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;