specs_time 0.3.7

time resource for specs
Documentation
[package]
name = "specs_time"
version = "0.3.7"
authors = ["Nathan Faucett <nathanfaucett@gmail.com>"]

keywords = ["specs", "delta", "time"]
description = "time resource for specs"
license = "MIT"
readme = "README.md"
repository = "https://gitlab.com/nathanfaucett/rs-specs_time.git"
homepage = "https://gitlab.com/nathanfaucett/rs-specs_time"

[dependencies]
time = { version = "0.1" }
specs = { version = "0.11" }
specs_bundler = { version = "0.3" }
num-traits = { version = "0.2" }
type-name = { version = "0.1" }

[dev-dependencies]