This website requires JavaScript.
Explore
Help
Sign in
fluo10
/
caretta-sync
Watch
1
Star
0
Fork
You've already forked caretta-sync
0
Code
Issues
8
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8aa96d091a
caretta-sync
/
lazy-supplements
/
src
/
cli
/
mod.rs
8 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
Add example, config, cli
2025-05-24 06:11:00 +09:00
use
std
::
path
::
PathBuf
;
mod
init
;
Add node command and default path
2025-05-30 09:26:47 +09:00
mod
node
;
Update database initialization
2025-05-27 17:49:52 +09:00
Add example, config, cli
2025-05-24 06:11:00 +09:00
pub
fn
default_config_path
(
)
->
PathBuf
{
todo!
(
)
}
Reference in a new issue
Copy permalink