version_macro 0.1.0

rust cargo build binary with git version and build time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "version_macro"
version = "0.1.0"
edition = "2021"
authors = ["Ansj <ansj-sun@163.com>"]
license = "MIT OR Apache-2.0"
categories = ["binary", "build time", "git version"]
description = "rust cargo build binary with git version and build time"


[lib]
proc-macro = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-macro2 = "1.0.43"
chrono = "0.4"