8 lines
No EOL
101 B
Rust
8 lines
No EOL
101 B
Rust
use std::path::PathBuf;
|
|
|
|
mod init;
|
|
mod node;
|
|
|
|
pub fn default_config_path() -> PathBuf {
|
|
todo!()
|
|
} |