This commit is contained in:
2026-02-21 13:53:47 -08:00
parent 8ab4ea53ec
commit 5d8ad4665d

View File

@@ -14,16 +14,6 @@ use crate::{
signal::start_signal_task, signal::start_signal_task,
}; };
// TODO:
//
// Full FLAC fts support
// - index threading
// - validate names: dataset
// - validate names: field
// - error if dir not relative
// - check if up-to-date
// - api
mod cli; mod cli;
mod command; mod command;
mod config; mod config;