kanidm/kanidmd
Pando85 d6acffd869 Fix sqlite fails in CI tests and fmt error
Add `libsqlite3-sys` crate to avoid sqlite3 missmatching version.

From [https://lib.rs/crates/libsqlite3-sys](https://lib.rs/crates/libsqlite3-sys)
> If you use the bundled feature, libsqlite3-sys will use the cc crate to compile SQLite from source and link against that. This source is embedded in the libsqlite3-sys crate and is currently SQLite 3.30.1 (as of rusqlite 0.21.0 / libsqlite3-sys 0.17.0). This is probably the simplest solution to any build problems.

Remove sqlite OS packages dependencies for build.

Also, we fix a format error to allow CI tests to pass again.
2020-05-06 10:16:26 +10:00
..
benches Add concurrent structures, and initial attempt at benchmarking (#173) 2020-01-26 19:55:53 +10:00
src Optimized all possible constant values using const 2020-05-05 10:01:10 +10:00
Cargo.toml Fix sqlite fails in CI tests and fmt error 2020-05-06 10:16:26 +10:00
Dockerfile Fix sqlite fails in CI tests and fmt error 2020-05-06 10:16:26 +10:00