Skip to content

Commit

Permalink
Use bundled sqlite
Browse files Browse the repository at this point in the history
Could be useful to have a feature to use system sqlite in the future,
but for now this is easy.
  • Loading branch information
nuxeh committed Feb 5, 2020
1 parent d4391ab commit bfb3d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ failure = "0.1.6"
toml = "0.5.5"
chrono = "0.4.10"
diesel = { version = "1.4.3", features = ["sqlite"] }
libsqlite3-sys = { version = "0.16.0", features = ["bundled"] }

0 comments on commit bfb3d9b

Please sign in to comment.