From e4eacd0c221a4265a7a8d7400521c1f4e28a08a3 Mon Sep 17 00:00:00 2001 From: Hunter Trujillo Date: Mon, 4 Mar 2024 16:18:48 -0700 Subject: [PATCH] Export crates. Bump to 0.4.2. --- Cargo.toml | 2 +- src/lib.rs | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a0ab61..64d0a8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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." diff --git a/src/lib.rs b/src/lib.rs index 166cc7c..3ffb379 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;