dendrobates-t-azureus/basic_timing_cache_channel/Cargo.toml
Guillume DIDIER e4c838e8b0 Rust nightly update - basic_timing_cache_channel
Make sure this compiles with th newer nightly
2021-06-10 11:17:31 +02:00

14 lines
440 B
TOML

[package]
name = "basic_timing_cache_channel"
version = "0.1.0"
authors = ["GuillaumeDIDIER <guillaume.didier95@hotmail.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cache_utils = { path = "../cache_utils" }
cache_side_channel = { path = "../cache_side_channel" }
nix = "0.20.0"
covert_channels_evaluation = {path = "../covert_channels_evaluation"}