[package] name = "version_macro" version = "0.1.0" edition = "2021" authors = ["Ansj "] 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"