2020-10-22 14:49:09 +02:00
|
|
|
[package]
|
|
|
|
name = "basic_timing_cache_channel"
|
|
|
|
version = "0.1.0"
|
2022-04-21 10:59:26 +02:00
|
|
|
authors = ["Guillaume DIDIER <guillaume.didier.2014@polytechnique.org>"]
|
2020-10-22 14:49:09 +02:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-01-26 10:03:50 +01:00
|
|
|
cache_utils = { path = "../cache_utils" }
|
|
|
|
cache_side_channel = { path = "../cache_side_channel" }
|
2021-06-10 11:17:31 +02:00
|
|
|
nix = "0.20.0"
|