tg-rcore-tutorial-ch1-uart3 0.1.1-preview.1

Chapter 1: Application and Basic Execution Environment (UART driver version) for rCore tutorial.
# 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 = "2024"
name = "tg-rcore-tutorial-ch1-uart3"
version = "0.1.1-preview.1"
authors = ["TanGram Team"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chapter 1: Application and Basic Execution Environment (UART driver version) for rCore tutorial."
homepage = "https://github.com/rcore-os/tg-rcore-tutorial"
documentation = "https://docs.rs/tg-rcore-tutorial-ch1-uart3"
readme = "README.md"
keywords = [
    "ai",
    "ai4ose",
    "kernel",
    "learning",
    "os",
]
categories = [
    "no-std",
    "embedded",
]
license = "GPL-3.0"
repository = "https://github.com/rcore-os/tg-rcore-tutorial"

[package.metadata.docs.rs]
targets = ["riscv64gc-unknown-none-elf"]

[[bin]]
name = "tg-rcore-tutorial-ch1-uart3"
path = "src/main.rs"

[dependencies.tg-rcore-tutorial-uart1]
version = "0.1.0-preview.1"

[dependencies.tg-sbi]
version = "0.4.2-preview.1"
features = ["nobios"]