[package] name = "covert_channels_evaluation" version = "0.1.0" authors = ["Guillaume DIDIER "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.3" bit_field = "0.10.1" turn_lock = { path = "../turn_lock" } cache_utils = { path = "../cache_utils" } nix = "0.20.0" cache_side_channel = { path = "../cache_side_channel" }