stash: make db module public for test visibility

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I5f75e6515114e7479a3fe63771a4e7fe6a6a6964
This commit is contained in:
raf 2026-01-22 12:22:07 +03:00
commit 20b6a12461
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -8,7 +8,7 @@ use clap::{CommandFactory, Parser, Subcommand};
use inquire::Confirm;
mod commands;
mod db;
pub(crate) mod db;
mod multicall;
#[cfg(feature = "use-toplevel")] mod wayland;