vessel-pty 0.18.2

PTY-based runtime for orchestrating interactive terminal processes over Unix sockets
1
2
3
4
5
6
7
8
build:
  cargo build --release

test:
  cargo test

install:
  cargo install --locked --path .