-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (28 loc) · 772 Bytes
/
Cargo.toml
File metadata and controls
30 lines (28 loc) · 772 Bytes
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
[package]
name = "file_explorer"
version = "0.1.0"
authors = ["artie <atch.cpp@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cursive = { path = "../../../Repos/smallB_cursive/cursive" }
#cursive_table_view = "*"
rand = "0.8.2"
chrono = "0.4.19"
unicode-width = "0.1.5"
owning_ref = "0.4.1"
state = { version = "0.4.2", features = ["tls"] }
fs_extra = { path = "../../../Repos/smallB_fs_extra" }
notify = "4.0.15"
regex = "1"
serde = { version = "1.0", features = ["derive"] }
toml = "*"
open = "1"
zip = "0.5"
rust-lzma = "0.5" #7z
tar = "0.4"
tree_magic_mini = "1.0.1"
phf = { version = "0.7.24", features = ["macros"] }
[features]
default = ["serial_cpy"]
serial_cpy = []