dendrobates-t-azureus/covert_channels_benchmark/Cargo.toml
Guillume DIDIER 168f81a19e Final experiments
Code for final experiments.
2020-11-24 10:25:32 +01:00

13 lines
410 B
TOML

[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]
covert_channels_evaluation = { path = "../covert_channels_evaluation" }
flush_flush = { path = "../flush_flush" }
flush_reload = { path = "../flush_reload" }