tg-rcore-tutorial-ch1 0.4.9

Chapter 1 of rCore Tutorial: A minimal bare-metal application running in RISC-V S-mode.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "tg-rcore-tutorial-ch1"
version = "0.4.9"
dependencies = [
 "tg-rcore-tutorial-sbi",
]

[[package]]
name = "tg-rcore-tutorial-sbi"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e605994533e44b7534184077b35a9e2ad0c020e4714674cecb1b910e279a1b90"