mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 03:51:22 +00:00
fba916a0d8
- Directory structure changed slightly - Uses a filter_map instead of a for loop. - All errors reading files does not prevent others from being read. - The accounts manager needs to generate files first, with the same structure.
4 lines
48 B
Rust
4 lines
48 B
Rust
pub mod config;
|
|
|
|
pub use crate::config::Config;
|