Files
RedBear-OS/rmm/Cargo.toml
T
2026-03-28 21:39:34 +01:00

17 lines
311 B
TOML

[package]
name = "rmm"
version = "0.1.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = []
std = []
[[bin]]
name = "rmm"
path = "src/main.rs"
required-features = ["std"]