f9217b00c4
Add a new crate for that, getting out of cache_utils no_std / use_std mess.
21 lines
387 B
TOML
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",
|
|
]
|