atuin/atuin-server
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 Add created_at column to users (#354) 2022-04-26 22:27:51 +01:00
src Don't create config dir for server in default location if not needed (#406) 2022-05-13 06:07:46 +01:00
Cargo.toml Cleanup dependencies – disable unnecessary or unused features (#407) 2022-05-16 22:14:04 +01:00
server.toml Use cargo workspaces (#37) 2021-04-20 20:53:07 +00:00