termesh-editor 0.1.3

Internal component of a terminal-native, agent-first IDE.
Documentation
[package]
name = "termesh-editor"
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository.workspace = true
description.workspace = true
readme.workspace = true

[dependencies]
termesh-core.workspace = true
termesh-filesystem.workspace = true
ropey.workspace = true

[dev-dependencies]
# Path-only on purpose: a dev-dependency carrying a version must resolve from the
# registry at package time, and test-support depends on this crate transitively, so a
# versioned edge here deadlocks publishing. Cargo strips path-only dev-deps from the
# published manifest, which is exactly what we want.
termesh-test-support = { path = "../test-support" }