datetime 0.1.1

Library for date and time formatting and arithmetic
[package]
name = "datetime"
description = "Library for date and time formatting and arithmetic"

authors = [ "ogham@bsago.me" ]
documentation = "http://bsago.me/doc/datetime/"
homepage = "https://github.com/ogham/rust-datetime"
license = "MIT"
readme = "README.md"
version = "0.1.1"

[lib]
name = "datetime"

[dependencies]
pad = "0.1.1"
regex = "0.1.8"
regex_macros = "0.1.2"

# [dev-dependencies.datetime_macros]
# path = "datetime-macros"
# version = "0.1.0"