Skip to content

Commit

Permalink
Re-export bcder as dep::bcder. (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
partim authored Jul 8, 2024
1 parent 24bf982 commit 60fb87e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dep.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
//! Re-exported dependencies.
#[cfg(feature = "bcder")]
pub use bcder;
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

pub mod ca;
pub mod crypto;
pub mod dep;
pub mod oid;
pub mod repository;
pub mod resources;
Expand Down

0 comments on commit 60fb87e

Please sign in to comment.