added tasting code

This commit is contained in:
2023-09-12 21:46:26 +00:00
parent 1fea9c2d07
commit 6abcfd1334
6 changed files with 124 additions and 0 deletions

3
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM rust:1-bookworm
RUN apt update && apt upgrade -y && apt install fish -y
RUn rustup component add clippy rustfmt