git-note 0.0.0

A WIP crate of the gitoxide project dealing with git notes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[lib]
doctest = false

[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A WIP crate of the gitoxide project dealing with git notes"
edition = "2018"
license = "MIT/Apache-2.0"
name = "git-note"
repository = "https://github.com/Byron/gitoxide"
resolver = "2"
version = "0.0.0"