fix: more comments

This commit is contained in:
Strix 2023-10-14 22:39:48 +02:00
parent 3bd9051a67
commit 5c15c3e075
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -3,12 +3,19 @@ use log::trace;
use crate::commands::Cli;
/// pkgr's commands.
mod commands;
/// Logging implementations for pkgr.
mod logging;
/// Package and helpers.
mod package;
/// Process wrapper with logging wrapper.
mod process;
/// tmpfs wrapper.
mod tmpfs;
/// pkgr's optional config.
mod config;
/// custom types used by pkgr
mod types;
thread_local! {