faldez

Results 7 issues of faldez

- replace [ron](https://github.com/ron-rs/ron) with [bincode](https://github.com/bincode-org/bincode) - replace manga/chapter/page id with composite primary key for database flexibility e.g. - manga: (source_id, iid), iid is decided by extension - chapter: (source_id, manga_iid,...

this will enable local manga to be moved around and still have same manga id

- [ ] tanoshi - [ ] tanoshi-web - [ ] tanoshi-lib

pkg-config can't statically link libraries inside `/usr/lib` which usually where libraries are installed as stated here https://github.com/rust-lang/pkg-config-rs/issues/102 This PR enable static linking via feature flags. To test extra dependencies is...