Skip to content

Commit

Permalink
wip: fix structure
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Jan 25, 2024
1 parent 387b283 commit 237dd53
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ext/hyper_http.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// hyper's http specific extension to generate and verify http signature
1 change: 1 addition & 0 deletions src/ext/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mod hyper_http;
Empty file removed src/hyper_http_ext.rs
Empty file.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod crypto;
mod hyper_http_ext;
mod ext;
mod message_component;
mod signature_base;
mod signature_params;
Expand Down

0 comments on commit 237dd53

Please sign in to comment.