Files
RedBear-OS/audiod/Cargo.toml
T
bjorn3 0c84b07315 Add 'audiod/' from commit 'f3489c48758bcad5f986df0799c18e9322d2a222'
git-subtree-dir: audiod
git-subtree-mainline: 3004381623
git-subtree-split: f3489c4875
2025-03-30 17:15:47 +02:00

13 lines
287 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 = { git = "https://gitlab.redox-os.org/redox-os/redox-scheme.git" }