Added options to explorer, in order to define sorting modes and other options. Added bitflags to dependencies; Moved Explorer to Fs module

This commit is contained in:
ChristianVisintin
2020-12-26 17:29:12 +01:00
parent 4911cc5410
commit 14125f673a
11 changed files with 353 additions and 64 deletions

1
Cargo.lock generated
View File

@@ -1049,6 +1049,7 @@ dependencies = [
name = "termscp"
version = "0.3.0"
dependencies = [
"bitflags",
"bytesize",
"chrono",
"content_inspector",