-
Notifications
You must be signed in to change notification settings - Fork 21
/
Cargo.toml
36 lines (34 loc) · 896 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
28
29
30
31
32
33
34
35
36
[package]
name = "fw"
version = "2.18.0"
authors = ["brocode <[email protected]>"]
description = "faster workspace management"
license = "WTFPL"
categories = ["command-line-utilities"]
repository = "https://github.com/brocode/fw"
readme = "README.org"
keywords = ["workspace", "productivity", "cli", "automation", "developer-tools" ]
edition = "2021"
include = ["src/**/*", "LICENSE", "README.org"]
[dependencies]
walkdir = "2"
dirs = "5"
toml = "0.8"
serde_json = "1.0.107"
serde = {version = "1", features = ["derive"] }
git2 = "0.18"
maplit = "1.0"
rayon = "1"
regex = "1"
yansi = "0.5.1"
rand = "0.8"
crossbeam = "0"
indicatif = "0"
openssl-probe = "0.1"
gitlab = "0.1605"
reqwest = { version = "0", features = ["json", "blocking"] }
tokio = { version = "1", features = ["full"] }
openssl = { version = "0.10", features = ["vendored"] }
[dependencies.clap]
version = "4"
features = ["cargo"]