25 lines
467 B
TOML
25 lines
467 B
TOML
|
[package]
|
||
|
name = "mem_qe"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Edd Robinson <me@edd.io>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
|
||
|
[dependencies]
|
||
|
delorean_arrow = { path = "../delorean_arrow" }
|
||
|
packers = { path = "../packers" }
|
||
|
snafu = "0.6.8"
|
||
|
croaring = "0.4.5"
|
||
|
crossbeam = "0.7.3"
|
||
|
chrono = "0.4"
|
||
|
tracing = "0.1"
|
||
|
env_logger = "0.7.1"
|
||
|
human_format = "1.0.3"
|
||
|
|
||
|
|
||
|
|
||
|
[dev-dependencies]
|
||
|
criterion = "0.3"
|