bd595851e2
251 files: init, acpid, ipcd, netcfg, ihdgd, virtio-gpud, scheme-utils, inputd, block driver, ptyd, ramfs, randd, initfs bootstrap, path deps, version +rb0.3.1, author attribution
19 lines
384 B
TOML
19 lines
384 B
TOML
[package]
|
|
name = "redoxerd"
|
|
description = "Redoxer QEMU daemon"
|
|
version = "0.1.0"
|
|
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
libredox.workspace = true
|
|
redox_event.workspace = true
|
|
redox_syscall.workspace = true
|
|
redox_termios.workspace = true
|
|
common = { path = "../common" }
|
|
qemu-exit = "3.0.2"
|
|
|
|
[lints]
|
|
workspace = true
|