Skip to content

Commit

Permalink
Export crates. Bump to 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick committed Mar 4, 2024
1 parent b00096f commit e4eacd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "carbonado"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"
description = "An apocalypse-resistant data storage format for the truly paranoid."
Expand Down
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ pub use decoding::extract_slice;
pub use decoding::verify_slice;

pub use decoding::scrub;

pub use bao;
pub use blake3;
pub use secp256k1;

0 comments on commit e4eacd0

Please sign in to comment.