accepted 0.2.2

A text editor to be ACCEPTED.
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]
edition = "2018"
name = "accepted"
version = "0.2.2"
authors = ["hatoo <hato2000@gmail.com>"]
description = "A text editor to be ACCEPTED."
readme = "README.md"
keywords = ["text", "editor", "terminal", "modal", "competitive"]
categories = ["text-editors"]
license = "MIT"
repository = "https://github.com/hatoo/Accepted"

[[bin]]
name = "acc"
path = "src/main.rs"
[dependencies.aho-corasick]
version = "0.7"

[dependencies.ansi_colours]
version = "1"

[dependencies.clap]
version = "2.3"

[dependencies.dirs]
version = "2"

[dependencies.failure]
version = "0.1"

[dependencies.fuzzy-matcher]
version = "0.2"

[dependencies.iter-read]
version = "0.2"

[dependencies.jsonrpc-core]
version = "12"

[dependencies.languageserver-types]
version = "0.54"

[dependencies.rayon]
version = "1"

[dependencies.rbtag]
version = "0.3"

[dependencies.regex]
version = "1"

[dependencies.ropey]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.shellexpand]
version = "1.0"

[dependencies.syntect]
version = "3"

[dependencies.termion]
version = "1.5"

[dependencies.toml]
version = "0.5"

[dependencies.typemap]
version = "0.3"

[dependencies.unicode-width]
version = "0.1"