atuin/atuin-client
Jakub Jirutka f340771012
Cleanup dependencies – disable unnecessary or unused features (#407)
* Disable unnecessary features of config crate, keep only toml

The atuin documentation only mentions the TOML format for configuration
files, but the config crate supports many other formats by default,
which increases the binary size by about 300 kiB.

* Disable unused features of cli-table crate

This doesn't seem to have noticeable effect on the binary size, but
disabling them cleans up the dependency tree a bit.
2022-05-16 22:14:04 +01:00
..
migrations Revert to storing history as nanos 2021-04-25 21:27:51 +01:00
src Importer V3 (#395) 2022-05-09 07:46:52 +01:00
Cargo.toml Cleanup dependencies – disable unnecessary or unused features (#407) 2022-05-16 22:14:04 +01:00
config.toml Add fuzzy text search mode (#142) 2021-06-01 08:38:19 +01:00