comfy-git-version 0.4.0

A comfy fork of git-version: compile the git version (tag name, or hash otherwise) and dirty state into your program.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "comfy-git-version"
version = "0.4.0"
dependencies = [
 "comfy-git-version-macro",
]

[[package]]
name = "comfy-git-version-macro"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50eddb48ea406660a999cc6587f4cc858742f7f2dc9f70f7190efa7d570bee6f"