mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
27 lines
693 B
TOML
27 lines
693 B
TOML
[package]
|
|
name = "codespell-dict"
|
|
version = "0.4.0"
|
|
description = "Source Code Spelling Correction"
|
|
readme = "README.md"
|
|
categories = ["development-tools", "text-processing"]
|
|
keywords = ["development", "spelling"]
|
|
publish = false
|
|
license = "CC-BY-SA-3.0"
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
include.workspace = true
|
|
|
|
[package.metadata.release]
|
|
release = false
|
|
|
|
[dependencies]
|
|
unicase = "2.6"
|
|
dictgen = { version = "^0.2", path = "../dictgen" }
|
|
|
|
[dev-dependencies]
|
|
unicase = "2.6"
|
|
itertools = "0.10"
|
|
codegenrs = "2.0"
|
|
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
|
|
snapbox = { version = "0.4.8", features = ["path"] }
|