git-backup 0.1.4

Bundles multiple repositories and copies to target directory.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "git-backup"
version = "0.1.4"
authors = ["Peter Bjorklund <piot@hotmail.com>"]
description = "Bundles multiple repositories and copies to target directory."
license = "MIT"
repository = "https://github.com/piot/git-backup"
edition = "2024"

[dependencies]
clap = { version = "4.5.37", features = ["derive"] }
colored = "3.0.0"
pad = "0.1.6"
walkdir = "2.5.0"
chrono = "0.4.41"
ignore = "0.4"
tempfile = "3.19.1"