Merge pull request #1 from OpenFlowLabs/replit-readme

Add run on repl.it badge to README
This commit is contained in:
Till Wegmüller 2020-07-03 11:25:30 +02:00 committed by GitHub
commit 27330b9a69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

2
.replit Normal file
View file

@ -0,0 +1,2 @@
language = "rust"
run = "cargo test"

View file

@ -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.