forked from leftwm/leftwm-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (30 loc) · 909 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
[package]
name = "leftwm-theme"
version = "0.1.1"
authors = ["Lex Childs <[email protected]>", "Hitesh Paul <[email protected]>", "Mautamu <[email protected]>"]
description = "A theme mangager for LeftWM"
edition = "2018"
keywords = ["leftwm", "wm", "theme"]
license = "MIT"
repository = "https://github.com/leftwm/leftwm-theme"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3.0.0-beta.4", features=["derive"] }
colored = "2.0.0"
dirs-next = "2.0.0"
edit-distance = "2.1.0"
fuzzy-matcher = "0.3.7"
git2 = {version = ">=0.13.17, <=0.15"}
log = "0.4"
pretty_env_logger = "0.4.0"
regex = "1.5.4"
reqwest = {version = "0.11.0", features= ["blocking", "json"]}
semver = "1.0.1"
serde = "1.0.104"
serde_derive = "1.0.104"
serde_json = "1.0.44"
tempfile = "3.2.0"
toml = "0.5.5"
xdg = "2.2.0"
url = "2.2.2"