git-root 0.1.0

A humble wrapper that makes finding the git project root directory trivial and installable.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.failure]
version = "0.1.8"

[package]
authors = ["Paul Freakn Baker <paul.nelson.baker@gmail.com>"]
categories = ["command-line-utilities"]
description = "A humble wrapper that makes finding the git project root directory trivial and installable."
edition = "2018"
homepage = "https://github.com/paul-nelson-baker/git-root"
keywords = ["cli", "git"]
license = "GPL-3.0-only"
name = "git-root"
repository = "https://github.com/paul-nelson-baker/git-root"
version = "0.1.0"