activitypub/.devcontainer/devcontainer.json

6 lines
129 B
JSON
Raw Permalink Normal View History

2024-04-16 19:01:16 +02:00
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
2024-04-16 19:06:52 +02:00
"ghcr.io/devcontainers/features/rust:latest": {}
2024-04-16 19:01:16 +02:00
}
}