mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 02:57:34 +00:00
6f2f61c9b1
Followup to #9005 that actually removes buffer fingerprinting. Release Notes: - N/A
24 lines
444 B
TOML
24 lines
444 B
TOML
[package]
|
|
name = "rope"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/rope.rs"
|
|
|
|
[dependencies]
|
|
arrayvec = "0.7.1"
|
|
log.workspace = true
|
|
smallvec.workspace = true
|
|
sum_tree.workspace = true
|
|
util.workspace = true
|
|
|
|
[dev-dependencies]
|
|
gpui = { workspace = true, features = ["test-support"] }
|
|
rand.workspace = true
|
|
util = { workspace = true, features = ["test-support"] }
|