dendrobates-t-azureus/basic_timing_cache_channel/Cargo.toml

13 lines
381 B
TOML
Raw Normal View History

[package]
name = "basic_timing_cache_channel"
version = "0.1.0"
authors = ["Guillaume DIDIER <guillaume.didier.2014@polytechnique.org>"]
2024-06-24 09:39:28 +02:00
edition = "2021"
# 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" }
2024-05-27 11:51:13 +02:00
nix = "0.28.0"