git.delta.rocks / remowt / refs/commits / fdfebf9c37e9

difftreelog

source

crates/remowt-pty/Cargo.toml508 Bsourcehistory
1[package]2name = "remowt-pty"3description = "PTY/shell endpoint for remowt"4version.workspace = true5edition = "2021"67[dependencies]8bifrostlink.workspace = true9bifrostlink-macros.workspace = true10camino = { workspace = true, features = ["serde1"] }11nix = { workspace = true, features = ["process", "term"] }12serde = { workspace = true, features = ["derive"] }13thiserror = "1"14tokio = { workspace = true, features = [15	"net",16	"io-util",17	"rt",18	"macros",19	"process",20	"sync",21] }22tracing.workspace = true