mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-21 15:29:11 +08:00
add support for Uuid
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user