summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 9f54a283d4cce6e22be138d182962e849bfd2ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "joshuto"
version = "0.1.0"
authors = ["Jiayi Zhao <jeff.no.zhao@gmail.com>"]

[dependencies]
libc = "0.2.42"
serde = "1.0.70"
serde_derive = "1.0.70"
toml = "0.4"
tree_magic = "0.2.0"
whoami = "0.2.2"
xdg = "2.1.0"

[dependencies.ncurses]
version = "5.93.0"
features = [ "extended_colors" ]

[features]
default = []