-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
27 lines (24 loc) · 776 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "cargo-grammarly"
version = "0.1.2"
authors = ["Victor Polevoy <[email protected]>"]
readme = "README.md"
repository = "https://github.com/vityafx/cargo-grammarly"
homepage = "https://github.com/vityafx/cargo-grammarly"
license = "MIT/Apache-2.0"
description = "A third-party cargo extension for checking grammar in the documentation and comments."
edition = "2018"
keywords = ["grammar", "english", "api", "request", "language"]
categories = ["development-tools", "development-tools::cargo-plugins"]
[badges]
travis-ci = { repository = "vityafx/cargo-grammarly" }
[[bin]]
name = "cargo-grammarly"
[dependencies]
clap = "2"
term = "0.5"
dotenv = "0.14"
grammarly = "0.2"
walkdir = "2"
syn = "0.15"
proc-macro2 = { version = "0.4", features = ["span-locations"] }