-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
24 lines (21 loc) · 1.08 KB
/
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
[package]
name = "blindfold"
version = "1.0.7"
authors = ["Eóin McMahon <eoin.mcmahon.dev@gmail.com>"]
edition = "2018"
description ="⚙️ gitignore file generator written in rust"
repository = "https://github.com/Eoin-McMahon/blindfold"
readme="README.md"
license-file="LICENSE"
keywords=["gitignore", "git", "generator"]
categories=["development-tools"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = "0.9.0" # http requests
serde = {version = "1.0.111", features = ["derive"]} # serialization
serde_json = "1.0.53" # serialize JSON
clap = "2.33.1" # argument parsing
colored = "1.9" # color in terminal
strsim = "0.10.0" # string similarity metrics
prettytable-rs = "^0.8" # Print pretty tables for list subcommand
itertools = "^0.8" # Coalesce globstars