summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44919fd..550dd43 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fm-tui"
-version = "0.1.8"
+version = "0.1.9"
authors = ["Quentin Konieczko <qu3nt1n@gmail.com>"]
edition = "2021"
license-file = "LICENSE.txt"
@@ -9,7 +9,7 @@ readme = "readme.md"
repository = "https://github.com/qkzk/fm"
keywords = ["tui", "file-manager", "file", "manager", "tuikit"]
categories = ["command-line-utilities", "filesystem", "os::unix-apis"]
-documentation = "https://docs.serde.rs/fm-tui/"
+documentation = "https://docs.rs/fm-tui/latest/"
[profile.release]
strip = true # Automatically strip symbols from the binary.
@@ -53,7 +53,6 @@ strum = {version = "0.24.1", features = ["derive"]}
strum_macros = "0.24.3"
syntect = "5.0.0"
sysinfo = "0.26.7"
-termtree = "0.4.0"
tuikit = "0.5.0"
url-escape = "0.1.1"
users = "0.11.0"