Merge pull request #35 from marcusklaas/as-path

Change path parameter type to &AsRef<Path>
This commit is contained in:
John Gallagher
2015-05-04 19:55:19 -04:00
2 changed files with 32 additions and 4 deletions

View File

@@ -20,6 +20,9 @@ time = "~0.1.0"
bitflags = "~0.1"
libc = "~0.1"
[dev-dependencies]
tempdir = "~0.3.4"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.0.13"