Permalink
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
21 lines (18 sloc) 441 Bytes
[package]
authors = ["Raph Levien <raph@google.com>"]
description = "A generic rope data structure built on top of B-Trees."
license = "Apache-2.0"
name = "xi-rope"
repository = "https://github.com/google/xi-editor"
version = "0.3.0"
edition = '2018'
[dependencies]
bytecount = "0.4.0"
memchr = "2.0"
serde = "1.0"
serde_derive = "1.0"
unicode-segmentation = "1.2.1"
regex = "1.0"
[dev-dependencies]
serde_test = "^1.0"
serde_json = "1.0"