kanidm/kanidm_unix_int
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
..
nss_kanidm Update to latest rc 2020-04-10 15:55:25 +10:00
pam_kanidm Update to latest rc 2020-04-10 15:55:25 +10:00
pam_tester Update to latest rc 2020-04-10 15:55:25 +10:00
src Fix sqlite fails in CI tests and fmt error 2020-05-06 10:16:26 +10:00
tests 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