tg-clock 0.1.0

Clock helper library for rCore tutorial bare-metal experiments in RISC-V S-mode.
Documentation
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-clock"
version = "0.1.0"
dependencies = [
 "tg-rcore-tutorial-sbi",
]

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