1
0
mirror of https://github.com/AmbiML/sparrow-kata-full.git synced 2025-05-10 16:35:01 +00:00
sparrow-kata-full/apps/system/components/DebugConsole/kata-uart-client/Cargo.toml
Matt Harvey fd2bebb81f Replaces processmanager with a one-app CAmkES assembly for the entire Kata OS
This also adds a skeleton for the DebugConsole CLI taking IO from a UART
via some Rust wrapper functions, also defined in this change
(kata-uart-client).

Change-Id: I56856c14992010483da58c45f6550c0a4c9987b0
GitOrigin-RevId: e1b2d65ed3a7f627a9f7377caa407151fc943864
2022-10-06 17:54:23 +00:00

10 lines
185 B
TOML

[package]
name = "kata-uart-client"
version = "0.1.0"
authors = ["Matt Harvey <mattharvey@google.com>"]
edition = "2018"
[dependencies]
cty = "0.2.1"
kata-io = { path = "../kata-io" }