save msg json zstd compressed (3x compression)

This commit is contained in:
2024-02-18 02:40:17 +01:00
parent fb885b5c21
commit 6f511016bc
5 changed files with 86 additions and 13 deletions

View File

@ -19,6 +19,8 @@ target_link_libraries(fragment_store PUBLIC
EnTT::EnTT
solanaceae_util
zstd::zstd
solanaceae_tox_messages # TODO: move
)