From f7245400c280c47c549ec00776d05e8e3b820881 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sun, 2 Jun 2024 01:28:01 +0300 Subject: [PATCH] Create .gitpod --- .gitpod | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitpod diff --git a/.gitpod b/.gitpod new file mode 100644 index 0000000..2d1fb27 --- /dev/null +++ b/.gitpod @@ -0,0 +1,9 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: cargo build +