add support for Uuid

This commit is contained in:
Simon Bernier St-Pierre
2019-04-08 14:19:42 -04:00
parent 22614c64bd
commit c42175a424
7 changed files with 78 additions and 3 deletions

View File

@@ -62,11 +62,13 @@ byteorder = { version = "1.2", features = ["i128"], optional = true }
fallible-iterator = "0.2"
fallible-streaming-iterator = "0.1"
memchr = "2.2.0"
uuid = { version = "0.7", optional = true }
[dev-dependencies]
tempdir = "0.3"
lazy_static = "1.0"
regex = "1.0"
uuid = { version = "0.7", features = ["v4"] }
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"