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
18 lines
363 B
TOML
18 lines
363 B
TOML
[package]
|
|
name = "ptyd"
|
|
description = "Pseudo-terminal daemon"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libredox.workspace = true
|
|
daemon = { path = "../daemon" }
|
|
redox-scheme.workspace = true
|
|
scheme-utils = { path = "../scheme-utils" }
|
|
redox_event.workspace = true
|
|
redox_syscall.workspace = true
|
|
redox_termios.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|