feat(services): Add nixcon-demo service with simple web server

This commit is contained in:
Vincent Ambo 2019-10-26 13:27:56 +02:00
parent 2be1fff251
commit 8ffe811d46
5 changed files with 922 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[package]
name = "nixcon-demo"
version = "0.1.0"
authors = ["Vincent Ambo <tazjin@google.com>"]
edition = "2018"
[dependencies]
rouille = "3.0"