Add an amplitude analysis loop tick

This commit is contained in:
Clément Renault
2019-11-21 19:15:33 +01:00
committed by Clément Renault
parent e2c98244ec
commit 4236632af6
7 changed files with 383 additions and 4 deletions

View File

@ -15,6 +15,7 @@ env_logger = "0.7.1"
heed = "0.5.0"
http = "0.1.19"
indexmap = { version = "1.3.0", features = ["serde-1"] }
isahc = "0.7.6"
jemallocator = "0.3.2"
log = "0.4.8"
main_error = "0.1.0"
@ -25,9 +26,12 @@ rand = "0.7.2"
rayon = "1.2.0"
serde = { version = "1.0.101", features = ["derive"] }
serde_json = { version = "1.0.41", features = ["preserve_order"] }
serde_qs = "0.5.1"
siphasher = "0.3.1"
structopt = "0.3.3"
sysinfo = "0.9.5"
walkdir = "2.2.9"
whoami = "0.6"
[dependencies.async-compression]
default-features = false