diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..8ed7cf2 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: gitpod/workspace-full + +tasks: + - init: cargo build + command: cargo watch -x run diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c91b1c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/rjNemo/rust-web) + +# Rust-web + +Small rust web service \ No newline at end of file