tg-rcore-tutorial-ch1 0.4.7

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.7"
dependencies = [
 "tg-rcore-tutorial-sbi",
]

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