This commit is contained in:
2026-01-10 10:50:46 +01:00
commit 53781a24e0
4 changed files with 49 additions and 0 deletions

8
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
# Základný oficiálny Rust image
FROM rust:1.92
# Inštalácia doplnkových nástrojov
RUN rustup component add rustfmt clippy
# Vytvorenie pracovného adresára
WORKDIR /workspace