Add From/ToSql impl. for chrono types.

This commit is contained in:
gwenn
2016-02-22 20:36:49 +01:00
parent 2cb6c59b3d
commit bdb9823b07
3 changed files with 271 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ trace = []
time = "~0.1.0"
bitflags = "~0.1"
libc = "~0.2"
chrono = { version = "~0.2", optional = true }
[dev-dependencies]
tempdir = "~0.3.4"