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