Browse Source

disabled chashmap dependency if I want it later

master
Jonathan Strong 7 years ago
parent
commit
10657da9ba
3 changed files with 3 additions and 0 deletions
  1. +1
    -0
      Cargo.toml
  2. +1
    -0
      src/latency.rs
  3. +1
    -0
      src/lib.rs

+ 1
- 0
Cargo.toml View File

@@ -14,6 +14,7 @@ slog = "2.0.6"
sloggers = "0.2"
slog-term = "2"
shuteye = "^0"
# chashmap = "2"

windows = { path = "../windows" }
money = { path = "../money" }


+ 1
- 0
src/latency.rs View File

@@ -11,6 +11,7 @@ use zmq;
use influent::measurement::{Measurement, Value};
use sloggers::types::Severity;
use shuteye;
//use chashmap::CHashMap;

use windows::{DurationWindow, Incremental, Window};
use money::{Ticker, Side, ByExchange, Exchange};


+ 1
- 0
src/lib.rs View File

@@ -16,6 +16,7 @@ extern crate pub_sub;
extern crate sloggers;
extern crate slog_term;
extern crate shuteye;
//extern crate chashmap;

extern crate windows;



Loading…
Cancel
Save