2020-11-20 10:52:58 +01:00
|
|
|
[package]
|
|
|
|
name = "covert_channels_benchmark"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Guillume DIDIER <guillaume.didier@inria.fr>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-11-24 10:25:32 +01:00
|
|
|
covert_channels_evaluation = { path = "../covert_channels_evaluation" }
|
|
|
|
flush_flush = { path = "../flush_flush" }
|
|
|
|
flush_reload = { path = "../flush_reload" }
|
2020-12-02 16:43:26 +01:00
|
|
|
nix = "0.18.0"
|
2021-01-28 09:36:15 +01:00
|
|
|
basic_timing_cache_channel = { path = "../basic_timing_cache_channel" }
|
|
|
|
cache_utils = { path = "../cache_utils" }
|
2020-12-02 16:43:26 +01:00
|
|
|
|
|
|
|
|