difftreelog
feat remote editor
in: trunk
2 files changed
crates/remowt-link-shared/Cargo.tomldiffbeforeafterboth556[dependencies]6[dependencies]7bifrostlink.workspace = true7bifrostlink.workspace = true8bytes.workspace = true8serde = { version = "1.0.208", features = ["derive"] }9serde = { workspace = true, features = ["derive"] }9serde_json = "1.0.125"10serde_json.workspace = true10thiserror = "1.0.63"11thiserror = "1.0.63"11tokio = "1.39.3"12tokio = { workspace = true, features = ["fs"] }13remowt-fs.workspace = true14remowt-systemd.workspace = true15ui-prompt.workspace = true16camino = { workspace = true, features = ["serde1"] }17remowt-pty.workspace = true1218crates/remowt-link-shared/src/editor.rsdiffbeforeafterbothno changes