diff --git a/.replit b/.replit new file mode 100644 index 0000000..58432e9 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "rust" +run = "cargo test" \ No newline at end of file diff --git a/README.md b/README.md index 35221f7..79002ab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Run on Repl.it](https://repl.it/badge/github/openflowlabs/libips)](https://repl.it/github/openflowlabs/libips) + # Library used by the Image Packaging System This repository contains all modules and functions one needs to implement an Image Packaging System based utility.