Files
RedBear-OS/Cargo.toml
T
2023-06-20 16:24:42 +02:00

11 lines
186 B
TOML

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