summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2797b71713745835b8592e3fc714e60e8bf14d40 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
[package]
name = "joshuto"
version = "0.8.2"
authors = ["Jiayi Zhao <jeff.no.zhao@gmail.com>"]
description = "Terminal file manager inspired by ranger"
homepage = "https://github.com/kamiyaa/joshuto"
license = "LGPL-3"
edition = "2018"

[dependencies]
alphanumeric-sort = "^1"
chrono = "^0"
dirs = "^1"
lazy_static = "^1"
libc = "^0"
# notify = "^4"
open = "^1"
rand = "^0"
rustyline = "^4"
serde = "^1"
serde_derive = "^1"
structopt = "^0"
termion = "^1"
toml = "^0"
tui = "^0"
unicode-width = "^0"
users = "^0"
whoami = "^0"
xdg = "^2"

# fs_extra = "*"
# lazy_static = "*"
# libc = "*"
# serde = "*"
# serde_derive = "*"
# toml = "*"
# wcwidth = "*"
# whoami = "*"
# xdg = "*"

[dependencies.wordexp]
version = "^0"
git = "https://github.com/kamiyaa/wordexp-rs"
branch="dev"
# path = "lib/wordexp-rs"

[features]
default = []