persistent-time 0.1.0

time that easy to store in postgres/redis
Documentation
[dependencies]
bincode = "0.5"
redis = "0.6"
rustc-serialize = "0.3"

[dependencies.chrono]
features = ["rustc-serialize"]
version = "0.2"

[dependencies.postgres]
features = ["chrono"]
version = "0.11"

[package]
authors = ["Hike Li"]
description = "time that easy to store in postgres/redis"
homepage = "https://github.com/hikelee/persistent-time"
license = "MIT/Apache-2.0"
name = "persistent-time"
readme = "README.md"
repository = "https://github.com/hikelee/persistent-time"
version = "0.1.0"