2020-10-22 14:38:41 +02:00
|
|
|
[package]
|
|
|
|
name = "covert_channels_evaluation"
|
|
|
|
version = "0.1.0"
|
2022-04-21 10:59:26 +02:00
|
|
|
authors = ["Guillaume DIDIER <guillaume.didier.2014@polytechnique.org>"]
|
2024-06-24 09:39:28 +02:00
|
|
|
edition = "2021"
|
2020-10-22 14:38:41 +02:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-05-27 11:51:13 +02:00
|
|
|
rand = "0.8.5"
|
|
|
|
bit_field = "0.10.2"
|
2020-10-22 14:38:41 +02:00
|
|
|
turn_lock = { path = "../turn_lock" }
|
|
|
|
cache_utils = { path = "../cache_utils" }
|
2024-05-27 11:51:13 +02:00
|
|
|
nix = "0.28.0"
|
2020-11-20 10:52:58 +01:00
|
|
|
cache_side_channel = { path = "../cache_side_channel" }
|