Initial commit

This commit is contained in:
Erik Johnston
2018-09-11 17:38:22 +01:00
commit 3ba940c743
5 changed files with 1278 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
authors = ["Erik Johnston"]
name = "rust-synapse-compress-state"
version = "0.1.0"
[dependencies]
clap = "2.32.0"
fallible-iterator = "0.1.5"
postgres = "0.15.2"
rayon = "1.0.2"
[dependencies.rust-matrix-lib]
git = "https://github.com/erikjohnston/rust-matrix-lib"