Use string cache and update README

This commit is contained in:
Erik Johnston
2018-09-18 17:51:28 +01:00
parent 78549a76b6
commit 4c47310beb
6 changed files with 129 additions and 35 deletions

View File

@@ -1,8 +1,8 @@
[package]
authors = ["Erik Johnston"]
description = "A tool to compress some state in a Synapse instance's database"
name = "synapse-compress-state"
version = "0.1.0"
description = "A tool to compress some state in a Synapse instance's database"
[dependencies]
clap = "2.32.0"
@@ -10,6 +10,7 @@ fallible-iterator = "0.1.5"
indicatif = "0.9.0"
postgres = "0.15.2"
rayon = "1.0.2"
string_cache = "0.7.3"
[dependencies.rust-matrix-lib]
git = "https://github.com/erikjohnston/rust-matrix-lib"