mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
17 lines
419 B
TOML
17 lines
419 B
TOML
[package]
|
|
name = "varcon-parser"
|
|
version = "1.0.0"
|
|
authors = ["Ed Page <eopage@gmail.com>"]
|
|
description = "Parse varcon.txt file"
|
|
repository = "https://github.com/crate-ci/typos"
|
|
readme = "../../../README.md"
|
|
categories = ["text-processing"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[badges]
|
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
|
codecov = { repository = "crate-ci/typos" }
|
|
|
|
[dependencies]
|
|
nom = "5.1.1"
|