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

8 lines
101 B
Rust
Raw Normal View History

2025-05-24 06:11:00 +09:00
use std::path::PathBuf;
mod init;
2025-05-30 09:26:47 +09:00
mod node;
2025-05-27 17:49:52 +09:00
2025-05-24 06:11:00 +09:00
pub fn default_config_path() -> PathBuf {
todo!()
}