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

difftreelog

feat remowt-pty

oxlvzyyuYaroslav Bolyukin2026-01-25parent: #211d408.patch.diff
in: trunk

2 files changed

addedcrates/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
addedcrates/remowt-pty/src/lib.rsdiffbeforeafterboth

no content