15 lines
279 B
TOML
15 lines
279 B
TOML
[package]
|
|
name = "redoxerd"
|
|
version = "0.1.0"
|
|
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
libredox = "0.1"
|
|
redox_event = "0.4.1"
|
|
redox_syscall = "0.6"
|
|
redox_termios = "0.1"
|
|
common = { path = "../common" }
|
|
qemu-exit = "3.0.2"
|