Use state_map crate instead of rust-matrix-lib

This commit is contained in:
Erik Johnston
2018-10-12 12:11:07 +01:00
parent a725aba1d1
commit cd63923f6e
4 changed files with 48 additions and 280 deletions

View File

@@ -29,7 +29,7 @@
//! ```
use indicatif::{ProgressBar, ProgressStyle};
use rust_matrix_lib::state_map::StateMap;
use state_map::StateMap;
use string_cache::DefaultAtom as Atom;
use std::collections::BTreeMap;