tg-rcore-tutorial-ch1 0.4.4

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

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