flippy 0.4.3

Automates upgrades and pulls remote databases, files, and firmware for the Flipper Zero
1
2
3
4
5
6
//! Swiped from gitoxide-core with some modifications for my usecase

pub mod clone;
pub mod diff;
pub mod fetch;
pub mod remote;