Closed baptiste0928 closed 2 years ago
Remove the zstd dependency from mongodb (see #111) to improve compile times (zstd-sys takes almost 25 sec to compile on my computer). Use zlib compression instead, as flate2 is already a twilight-gateway dependency.
zstd
mongodb
zstd-sys
flate2
twilight-gateway
Remove the
zstd
dependency frommongodb
(see #111) to improve compile times (zstd-sys
takes almost 25 sec to compile on my computer). Use zlib compression instead, asflate2
is already atwilight-gateway
dependency.