[go: up one dir, main page]

gix-command 0.2.3

A WIP crate of the gitoxide project handling internal git command execution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "gix-command"
version = "0.2.3"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
description = "A WIP crate of the gitoxide project handling internal git command execution"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2021"
rust-version = "1.64"

[lib]
doctest = false

[dependencies]
bstr = "1.0.1"

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }