Skip to content

Commit

Permalink
re-export base64 crate
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 16, 2024
1 parent 3960f01 commit 0abbb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#[macro_use]
extern crate amplify;
pub extern crate base64;

use std::error::Error;
use std::fmt::{self, Display, Formatter};
Expand Down

0 comments on commit 0abbb73

Please sign in to comment.