scribe 0.7.0

Text editor toolkit.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"