10 lines
208 B
TOML
10 lines
208 B
TOML
[package]
|
|
name = "numad"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
description = "Red Bear OS NUMA topology daemon — parses ACPI SRAT/SLIT and feeds kernel NUMA hints"
|
|
|
|
[[bin]]
|
|
name = "numad"
|
|
path = "src/main.rs"
|