14 lines
438 B
TOML
14 lines
438 B
TOML
[package]
|
|
name = "flush_flush"
|
|
version = "0.1.0"
|
|
authors = ["Guillaume DIDIER <guillaume.didier.2014@polytechnique.org>"]
|
|
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.28.0"
|
|
basic_timing_cache_channel = { path = "../basic_timing_cache_channel" }
|