Add single-threaded SimpleVault

This commit is contained in:
Joscha 2022-12-15 14:24:42 +01:00
parent b432f0ac37
commit e7c555aa2d
2 changed files with 46 additions and 0 deletions

View file

@ -9,6 +9,7 @@
// Clippy lints
#![warn(clippy::use_self)]
pub mod simple;
#[cfg(feature = "tokio")]
pub mod tokio;