dendrobates-t-azureus/covert_channels_benchmark/Cargo.toml

18 lines
556 B
TOML
Raw Permalink Normal View History

[package]
name = "covert_channels_benchmark"
version = "0.1.0"
authors = ["Guillaume DIDIER <guillaume.didier.2014@polytechnique.org>"]
2024-06-24 09:39:28 +02:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
covert_channels_evaluation = { path = "../covert_channels_evaluation" }
flush_flush = { path = "../flush_flush" }
flush_reload = { path = "../flush_reload" }
nix = "0.20.0"
2021-01-28 09:36:15 +01:00
basic_timing_cache_channel = { path = "../basic_timing_cache_channel" }
cache_utils = { path = "../cache_utils" }