-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix cargo issues and test work without default-features
Signed-off-by: Berend Sliedrecht <[email protected]>
- Loading branch information
1 parent
f184b7a
commit 0822882
Showing
3 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
mod helpers; | ||
|
||
pub(crate) mod helpers; | ||
pub mod issuer; | ||
pub mod prover; | ||
pub mod tails; | ||
pub mod types; | ||
pub mod verifier; | ||
|
||
pub mod utils { | ||
pub use super::helpers::encode_credential_attribute; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters