git-backup 0.1.1

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

[dependencies]
serde = "1.0.55"
serde_derive = "1.0.55"
serde_json = "1.0.17"
structopt = "0.2.8"