mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
[yabridgectl] Parse without winedump when possible
This avoids an external dependency and speeds up the indexing process. So far I found a single plugin that could not be parsed this way, so the winedump based method is still there as a backup.
This commit is contained in:
@@ -10,12 +10,11 @@ repository = "https://github.com/robbert-vdh/yabridge"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
aho-corasick = "0.7.18"
|
||||
anyhow = "1.0.52"
|
||||
clap = { version = "3.0.6", features = ["cargo", "env", "wrap_help"] }
|
||||
colored = "2.0.0"
|
||||
is_executable = "1.0.1"
|
||||
lazy_static = "1.4.0"
|
||||
goblin = { version = "0.5", default_features = false, features = ["std", "pe32", "pe64"] }
|
||||
promptly = "0.3.0"
|
||||
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
|
||||
reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
|
||||
|
||||
Reference in New Issue
Block a user