Files
RedBear-OS/audiod/Cargo.toml
T
2025-03-30 17:38:49 +02:00

13 lines
229 B
TOML

[package]
name = "audiod"
version = "0.1.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
edition = "2018"
[dependencies]
redox-daemon = "0.1.2"
redox_syscall = "0.4.1"
libc = "0.2"
libredox = "0.0.3"
redox-scheme = "0.1.0"