skyspell 1.0.1

Fast and handy spell checker for the command line
Documentation
[dependencies.anyhow]
version = "1.0.40"

[dependencies.clap]
features = ["derive"]
version = "3.0.0"

[dependencies.colored]
version = "2.0.0"

[dependencies.dialoguer]
features = []
version = "0.10.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.140"

[dependencies.serde_json]
version = "1.0.82"

[dependencies.skyspell_core]
version = "1.0.0"
[dev-dependencies.tempfile]
version = "3.2.0"

[package]
description = "Fast and handy spell checker for the command line"
edition = "2021"
keywords = ["spell", "cli"]
license = "BSD-3-Clause"
name = "skyspell"
readme = "README.md"
repository = "https://github.com/your-tools/skyspell"
resolver = "1"
version = "1.0.1"