git-testament 0.2.5

Record git working tree status when compiling your crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "test2"
version = "1.0.0"
authors = ["Daniel Silverstone <dsilvers@digital-scurf.org>"]
edition = "2018"

[workspace]

[features]
default = ["alloc"]
alloc = ["git-testament/alloc"]

[dependencies]