mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-28 20:11:05 -05:00
146998f331
Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.7 to 0.99.9. - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](https://github.com/JelteF/derive_more/compare/v0.99.7...v0.99.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
29 lines
720 B
TOML
29 lines
720 B
TOML
[package]
|
|
name = "typos"
|
|
version = "0.3.0"
|
|
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 = "MIT"
|
|
edition = "2018"
|
|
|
|
[badges]
|
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
|
codecov = { repository = "crate-ci/typos" }
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
regex = "1.3"
|
|
lazy_static = "1.2.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
itertools = "0.9"
|
|
bstr = "0.2"
|
|
log = "0.4"
|
|
unicode-segmentation = "1.6.0"
|
|
derive_more = "0.99.9"
|
|
derive_setters = "0.1"
|