tg-clock 0.1.0

Clock helper library for rCore tutorial bare-metal experiments in RISC-V S-mode.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"