bunny-api-tokio/.vscode/settings.json
Radical 914db27a98 feat: use features to split up api into its respective parts
Edge Storage now has its own client EdgeStorageClient
Bunny.net has its own client BunnyClient
2025-06-25 13:58:37 +02:00

3 lines
No EOL
119 B
JSON

{
"rust-analyzer.cargo.features": ["bunnynet", "edge_storage"], "_":["stream", "edge_scripting", "bunny_shield"],
}