gitree 0.1.0

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

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

[dependencies]
run_script = "0.6"