Revert "Sort dependencies alphabetically"

This reverts commit 38fd034984.
This commit is contained in:
Peter McEvoy 2023-02-03 12:15:56 -05:00
parent 27f64b96ea
commit 83b4fe308a

View File

@ -9,14 +9,14 @@ edition = "2018"
[dependencies]
ares_macros = { path = "../ares_macros" }
bitvec = "1.0.0"
criterion = "0.4"
either = "1.6.1"
intmap = "1.1.0"
libc = "0.2.126"
memmap = "0.7.0"
murmur3 = { git = "https://github.com/tloncorp/murmur3", branch = "eamsden/non_copying" }
num-derive = "0.3"
memmap = "0.7.0"
intmap = "1.1.0"
num-traits = "0.2"
num-derive = "0.3"
criterion = "0.4"
[[bin]]
name = "cue_pill"