[package]
edition = "2024"
name = "whyos_shell"
version = "0.1.0"
authors = ["gdziewon"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A diagnostic shell for the WhyOS RTOS"
readme = "README.md"
keywords = [
"rtos",
"shell",
"embedded",
"no_std",
"diagnostic",
]
categories = [
"no-std",
"embedded",
"command-line-interface",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gdziewon/whyos"
resolver = "2"
[lib]
name = "whyos_shell"
path = "src/lib.rs"
[dependencies.embedded-io]
version = "0.7.1"
[dependencies.heapless]
version = "0.9.2"
[dependencies.whyos]
version = "0.1.0"