REWRITE IT IN RUST #1

Merged
cadey merged 4 commits from riir into master 2020-05-28 19:42:11 +00:00
1 changed files with 13 additions and 1 deletions
Showing only changes of commit 9756cabd0c - Show all commits

View File

@ -1,7 +1,9 @@
# quickserv
[![built with
nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org) [![Build
Status](https://drone.tulpa.dev/api/badges/Xe/quickserv/status.svg)](https://drone.tulpa.dev/Xe/quickserv)
[![Written in Rust](https://img.shields.io/badge/written%20in-Rust-orange)](https://www.rust-lang.org/)
A quick HTTP server for when you have given up on life.
@ -25,4 +27,14 @@ OPTIONS:
## Docker
```console
$ nix-build docker.nix
$ docker load -f result
$ docker push xena/quickserv
```
## Release
- Bump the version in `Cargo.toml`
- Rerun CI
- Tag a new release