zed/crates/rope2/Cargo.toml
2023-11-03 12:15:23 -04:00

22 lines
552 B
TOML

[package]
name = "rope2"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/rope2.rs"
[dependencies]
bromberg_sl2 = { git = "https://github.com/zed-industries/bromberg_sl2", rev = "950bc5482c216c395049ae33ae4501e08975f17f" }
smallvec.workspace = true
sum_tree = { path = "../sum_tree" }
arrayvec = "0.7.1"
log.workspace = true
util = { path = "../util" }
[dev-dependencies]
rand.workspace = true
util = { path = "../util", features = ["test-support"] }
gpui = { package = "gpui2", path = "../gpui2", features = ["test-support"] }