[package]
name = "typ-buffer"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "Rope-backed text buffer with selections, multi-cursor, undo and search, for the TYPE terminal IDE"
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
[dependencies]
anyhow.workspace = true
notify.workspace = true
ropey.workspace = true
unicode-segmentation.workspace = true
unicode-width.workspace = true
[target.'cfg(windows)'.dependencies]
clipboard-win = { version = "5.4", features = ["std"] }