Skip to main content

toolkit_zero/serialization/
backend_deps.rs

1//! Re-exports all backend dependencies used by the `serialization` module.
2//!
3//! Only available when the `backend-deps` feature is enabled together with
4//! the `serialization` feature.
5
6pub use bincode;
7pub use base64;
8pub use zeroize;