build_epoch 0.1.0

Macro for calculating the epoch at compile time
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
lazy_static = "0.2.1"

[lib]
name = "build_epoch"
plugin = true

[package]
authors = ["Skyler Lipthay <skyler.lipthay@gmail.com>"]
description = "Macro for calculating the epoch at compile time"
keywords = ["macro", "epoch", "build"]
license = "MIT"
name = "build_epoch"
readme = "README.md"
repository = "https://github.com/SkylerLipthay/build_epoch"
version = "0.1.0"