Skip to content

Commit

Permalink
add missing features
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Aug 6, 2023
1 parent 825f6b4 commit 0ef2754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions identity_storage/src/key_storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//! This module provides the [`JwkStorage`] trait that
//! abstracts over storages that store JSON Web Keys.

#[cfg(feature = "memstore")]
#[cfg(feature = "stronghold")]
mod ed25519;
mod jwk_gen_output;
mod jwk_storage;
Expand Down

0 comments on commit 0ef2754

Please sign in to comment.