Skip to content

Commit

Permalink
Cleanup dependencies – disable unnecessary or unused features (#407)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
jirutka authored May 16, 2022
1 parent ab294cd commit f340771
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 273 deletions.
Loading

0 comments on commit f340771

Please sign in to comment.