Files
spaceshell/crates/spacesh-pty/Cargo.toml
T
2026-06-09 19:54:38 +07:00

11 lines
197 B
TOML

[package]
name = "spacesh-pty"
edition.workspace = true
version.workspace = true
[dependencies]
portable-pty.workspace = true
tokio.workspace = true
bytes.workspace = true
anyhow.workspace = true