[package]
name = "scribe"
version = "0.7.0"
authors = ["Jordan MacDonald <jordan@wastedintelligence.com>"]
description = "Text editor toolkit."
homepage = "https://github.com/jmacdonald/scribe"
documentation = "https://docs.rs/scribe"
readme = "README.md"
keywords = ["gap", "buffer", "text", "editor", "document"]
license-file = "LICENSE"
repository = "https://github.com/jmacdonald/scribe"
[dependencies.error-chain]
version = "0.10.0"
[dependencies.luthor]
version = "~0.1.7"
[dependencies.syntect]
version = "~2.1.0"
[dependencies.unicode-segmentation]
version = "~1.0.1"