[dependencies.syn]
version = "0.15"
[dependencies.time]
version = "0.1"
[lib]
proc-macro = true
[package]
authors = ["Jasen Borisov <jamadazi@protonmail.ch>"]
categories = ["no-std", "rust-patterns", "date-and-time", "development-tools"]
description = "Simple proc-macro to generate a build timestamp string as a const"
keywords = ["build", "time", "timestamp", "compile", "string"]
license = "MIT OR Apache-2.0"
name = "build_timestamp"
readme = "README.md"
repository = "https://gitlab.com/jamadazi/build_timestamp"
version = "0.1.0"