caretta-sync/lazy-supplements/src/cli/mod.rs

8 lines
No EOL
101 B
Rust

use std::path::PathBuf;
mod init;
mod node;
pub fn default_config_path() -> PathBuf {
todo!()
}