Files
RedBear-OS/audiod/Cargo.toml
T
2025-12-03 21:07:13 +01:00

15 lines
397 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 = { git = "https://gitlab.redox-os.org/redox-os/redox-scheme.git" }
anyhow = "1.0.97"
ioslice = "0.6.0"