mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
6 lines
170 B
Rust
6 lines
170 B
Rust
|
|
pub mod project;
|
||
|
|
pub mod config;
|
||
|
|
|
||
|
|
// Re-export commonly used functions for convenience
|
||
|
|
pub use project::{get_project_info, sanitize_project_name};
|
||
|
|
pub use config::Config;
|