diff --git a/.replit b/.replit new file mode 100644 index 00000000..7f0966df --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "rust" +run = "./install.sh && ~/.cargo/bin/rustlings watch"