82feefbaee
From release 0.1.0 pre-patched archive. This includes all Red Bear modifications previously maintained as patches in local/patches/kernel/.
17 lines
231 B
TOML
17 lines
231 B
TOML
[package]
|
|
name = "rmm"
|
|
version = "0.1.0"
|
|
authors = ["Jeremy Soller <jeremy@system76.com>"]
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
bitflags = "2"
|
|
|
|
[features]
|
|
std = []
|
|
|
|
[[bin]]
|
|
name = "rmm"
|
|
path = "src/main.rs"
|
|
required-features = ["std"]
|