typos/crates/codespell-dict/Cargo.toml

27 lines
580 B
TOML
Raw Normal View History

2019-10-28 12:01:22 -04:00
[package]
name = "codespell-dict"
2021-05-21 21:41:02 -04:00
version = "0.4.0"
2019-10-28 12:01:22 -04:00
authors = ["Ed Page <eopage@gmail.com>"]
description = "Source Code Spelling Correction"
repository = "https://github.com/crate-ci/typos"
readme = "README.md"
categories = ["development-tools", "text-processing"]
keywords = ["development", "spelling"]
license = "CC-BY-SA-3.0"
edition = "2018"
publish = false
2021-11-08 11:11:02 -05:00
include = [
"src/**/*",
"Cargo.toml",
"LICENSE*",
"README.md",
"examples/**/*"
]
2019-10-28 12:01:22 -04:00
[package.metadata.release]
2021-11-16 08:44:08 -05:00
release = false
2019-10-28 12:01:22 -04:00
[dependencies]
unicase = "2.5"
dictgen = { version = "0.1", path = "../dictgen" }