Update workspace after pulling in external crates

This commit is contained in:
Jack Grigg
2018-08-28 23:06:15 +01:00
parent 051027cb6d
commit a9059c9372
5 changed files with 489 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ futures = "0.1"
futures-cpupool = "0.1"
num_cpus = "1"
crossbeam = "0.3"
pairing = "0.14"
pairing = { path = "../pairing" }
byteorder = "1"
[features]