dendrobates-t-azureus/Cargo.toml

21 lines
387 B
TOML
Raw Normal View History

2019-10-01 14:53:54 +02:00
[workspace]
2024-06-24 09:39:28 +02:00
resolver = "2"
2019-10-01 14:53:54 +02:00
members = [
"vga_buffer",
"polling_serial",
2020-02-05 10:23:52 +01:00
"cache_utils",
2020-08-04 14:33:33 +02:00
"cpuid",
2024-05-27 11:51:13 +02:00
#"aes-t-tables",
"covert_channels_benchmark",
"covert_channels_evaluation",
"cache_side_channel",
"flush_reload",
"flush_flush",
"basic_timing_cache_channel",
2020-10-05 15:25:46 +02:00
"turn_lock",
"CacheObserver",
"dendrobates-t-azureus",
"cache_slice",
]