virtual-tty-pty 0.1.0

PTY integration for virtual-tty - run real processes in virtual terminals
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.174"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"

[[package]]
name = "virtual-tty"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3e9ff976788f8a5d4f585de5bdf54158324a0f11b46a8c5756611e2cd8166ea"

[[package]]
name = "virtual-tty-pty"
version = "0.1.0"
dependencies = [
 "libc",
 "virtual-tty",
]