merkle-dag/.vscode/settings.json

4 lines
94 B
JSON
Raw Normal View History

2022-08-05 14:29:07 -04:00
{
2022-08-23 22:03:48 -04:00
"rust-analyzer.checkOnSave.features": "all",
"rust-analyzer.cargo.features": "all"
2022-08-05 14:29:07 -04:00
}