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

9 lines
116 B
Rust
Raw Normal View History

2025-05-24 06:11:00 +09:00
use std::path::PathBuf;
mod connect;
mod init;
mod server;
pub fn default_config_path() -> PathBuf {
todo!()
}