Files
RedBear-OS/audiod/Cargo.toml
T
2025-12-13 13:10:36 +01:00

15 lines
339 B
TOML

[package]
name = "audiod"
version = "0.1.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
edition = "2021"
[dependencies]
daemon = { path = "../daemon" }
redox_syscall = { version = "0.5", features = ["std"] }
libc = "0.2"
libredox = { version = "0.1", features = ["mkns"] }
redox-scheme = "0.8.2"
anyhow = "1.0.97"
ioslice = "0.6.0"