Files
rust-synapse-compress-state/Cargo.toml
Erik Johnston 3ba940c743 Initial commit
2018-09-11 17:44:04 +01:00

14 lines
277 B
TOML

[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"