7ebeceb41d
Unfortunately the scheme still has to be created by the daemon due to a kernel bug, but once that is fixed, it would allow delayed spawning of scheme daemons.
11 lines
186 B
TOML
11 lines
186 B
TOML
[package]
|
|
name = "daemon"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
libc.workspace = true
|
|
libredox.workspace = true
|
|
redox-scheme.workspace = true
|
|
redox_syscall.workspace = true
|