diff --git a/.vscode/settings.json b/.vscode/settings.json index ca7b428..a208d44 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,8 @@ "**/dist": true, // webpack build directory "pkg": true, // wasm-pack build directory "target": true, // rust build directory - } -} \ No newline at end of file + }, + "rust-analyzer.cargo.features": [ + "all" + ] +}