difftreelog
feat remote editor
in: trunk
2 files changed
crates/remowt-link-shared/Cargo.tomldiffbeforeafterboth--- a/crates/remowt-link-shared/Cargo.toml
+++ b/crates/remowt-link-shared/Cargo.toml
@@ -5,7 +5,13 @@
[dependencies]
bifrostlink.workspace = true
-serde = { version = "1.0.208", features = ["derive"] }
-serde_json = "1.0.125"
+bytes.workspace = true
+serde = { workspace = true, features = ["derive"] }
+serde_json.workspace = true
thiserror = "1.0.63"
-tokio = "1.39.3"
+tokio = { workspace = true, features = ["fs"] }
+remowt-fs.workspace = true
+remowt-systemd.workspace = true
+ui-prompt.workspace = true
+camino = { workspace = true, features = ["serde1"] }
+remowt-pty.workspace = true
crates/remowt-link-shared/src/editor.rsdiffbeforeafterbothno content