mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
- 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
6 lines
No EOL
147 B
Rust
6 lines
No EOL
147 B
Rust
pub mod project;
|
|
pub mod config;
|
|
|
|
// Re-export commonly used functions for convenience
|
|
pub use project::{get_project_info};
|
|
pub use config::Config; |