gix-note 0.0.0

A crate of the gitoxide project dealing with git notes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "gix-note"
version = "0.0.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project dealing with git notes"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2021"
rust-version = "1.65"

[lib]
doctest = false

[dependencies]