Files
termOS/Runtime/rust/apps/rtest/Cargo.toml
T
2026-04-13 23:40:41 +04:00

10 lines
142 B
TOML

[package]
name = "rtest"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["staticlib"]
[dependencies]
rterm = { path = "../../rterm" }