feat(move): make completions case agnostic

This commit is contained in:
2025-07-09 18:54:54 +03:00
parent f2650c7090
commit 805b65067b
5 changed files with 121 additions and 46 deletions

View File

@@ -9,13 +9,13 @@ edition = "2021"
color-eyre = "0.6"
crossterm = "0.29"
ratatui = { version = "0.29" }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
thiserror = "2.0"
tracing-appender = "0.2"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
toml = "0.9"
dirs = "6.0"
transmission-rpc = "0.5"
url = "2.5"