[package]
edition = "2021"
name = "tg-clock"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Clock helper library for rCore tutorial bare-metal experiments in RISC-V S-mode."
homepage = "https://github.com/rcore-os/tg-rcore-tutorial-ch1/tree/test"
documentation = "https://docs.rs/tg-clock"
readme = "README.md"
keywords = [
"rcore",
"tutorial",
"no-std",
"riscv",
"clock",
]
categories = [
"no-std",
"embedded",
]
license = "GPL-3.0"
repository = "https://github.com/rcore-os/tg-rcore-tutorial-ch1"
[lib]
name = "tg_clock"
path = "src/lib.rs"
[dependencies.tg-rcore-tutorial-sbi]
version = "0.4.8"
package = "tg-rcore-tutorial-sbi"