Skip to content

Commit

Permalink
fix(wip): modify lib
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed May 20, 2024
1 parent 79aa5b5 commit 14c5d13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions catalyst-gateway/crates/c509-certificate/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//! x509 Certificate library

use wasm_bindgen::prelude::*;
mod c509_cert;
mod c509_enum;
mod cbor;

#[wasm_bindgen]
extern "C" {
Expand Down

0 comments on commit 14c5d13

Please sign in to comment.