tg-rcore-tutorial-ch8 0.4.8

Chapter 8 of rCore Tutorial: Concurrency with threads, mutex, semaphore and condvar.
1
2
3
4
5
[toolchain]
profile = "minimal"
channel = "stable"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
targets = ["riscv64gc-unknown-none-elf"]