difftreelog
feat remowt-pty
in: trunk
2 files changed
crates/remowt-pty/Cargo.tomldiffbeforeafterboth--- /dev/null
+++ b/crates/remowt-pty/Cargo.toml
@@ -0,0 +1,22 @@
+[package]
+name = "remowt-pty"
+description = "PTY/shell endpoint for remowt"
+version.workspace = true
+edition = "2021"
+
+[dependencies]
+bifrostlink.workspace = true
+bifrostlink-macros.workspace = true
+camino = { workspace = true, features = ["serde1"] }
+nix = { workspace = true, features = ["process", "term"] }
+serde = { workspace = true, features = ["derive"] }
+thiserror = "1"
+tokio = { workspace = true, features = [
+ "net",
+ "io-util",
+ "rt",
+ "macros",
+ "process",
+ "sync",
+] }
+tracing.workspace = true
crates/remowt-pty/src/lib.rsdiffbeforeafterbothno content