mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-18 20:15:14 +02:00
- Remove unused filetypes.rs and walk.rs modules
- Introduce `index.rs` for file indexing using SQLite - Expand configuration options in `config.rs`, including `excluded_files` - Update dependencies in `Cargo.toml` to include SQLite, hashing, and regex libraries
This commit is contained in:
parent
646293ed72
commit
ada7835efa
11 changed files with 551 additions and 766 deletions
|
|
@ -2,5 +2,5 @@ pub mod project;
|
|||
pub mod config;
|
||||
|
||||
// Re-export commonly used functions for convenience
|
||||
pub use project::{get_project_info, sanitize_project_name};
|
||||
pub use project::{get_project_info};
|
||||
pub use config::Config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue