Files
RedBear-OS/local/recipes/system/redbear-wifictl/source/Cargo.toml
T
2026-04-16 12:45:07 +01:00

19 lines
503 B
TOML

[package]
name = "redbear-wifictl"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "redbear-wifictl"
path = "src/main.rs"
[dependencies]
libc = "0.2"
libredox = { version = "0.1", features = ["call", "std"] }
log = { version = "0.4", features = ["std"] }
redox-scheme = "0.11"
syscall = { package = "redox_syscall", version = "0.7", features = ["std"] }
[target.'cfg(target_os = "redox")'.dependencies]
redox-driver-sys = { path = "../../../drivers/redox-driver-sys/source", features = ["redox"] }