gitree 0.3.0

A Rust crate wrapping the git-subtree script.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "gitree"
version = "0.3.0"
authors = ["Muhammad Mominul Huque <mominul2082@gmail.com>"]
license = "GPL-2.0-only"
description = "A Rust crate wrapping the git-subtree script."
repository = "https://github.com/mominul/gitree"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
run_script = "0.6"