Cradicle Explorer
dotfiles-manager
Info
Issues
Patches
Wallets
Source
Source
src
cli.rs
config.rs
lib.rs
main.rs
.gitignore
.todo
Cargo.lock
Cargo.toml
LICENSE
README.md
/
src
/ main.rs
main.rs
1
fn main() -> anyhow::Result<()> {
2
dotfiles_manager::run()
3
}