diff --git a/Cargo.toml b/Cargo.toml index 2ad3741a..b493a6f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ tempfile = "3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] rfd = "0.14.1" -clap = { version = "4.5.13", default-features = false, features = ["std", "help"]} +clap = { version = "4.5.13", default-features = false, features = ["std", "help", "error-context"]} [target.aarch64-unknown-linux-gnu.dependencies] rppal = "0.18.0"