dendrobates-t-azureus/Cargo.toml
Guillaume DIDIER f9217b00c4 Start working on cache detection using Clementine Maurice's performance counter approach.
Add a new crate for that, getting out of cache_utils no_std / use_std mess.
2024-06-24 09:41:56 +02:00

21 lines
387 B
TOML

[workspace]
resolver = "2"
members = [
"vga_buffer",
"polling_serial",
"cache_utils",
"cpuid",
#"aes-t-tables",
"covert_channels_benchmark",
"covert_channels_evaluation",
"cache_side_channel",
"flush_reload",
"flush_flush",
"basic_timing_cache_channel",
"turn_lock",
"CacheObserver",
"dendrobates-t-azureus",
"cache_slice",
]