feat(services): Add nixcon-demo service with simple web server
This commit is contained in:
parent
2be1fff251
commit
8ffe811d46
5 changed files with 922 additions and 0 deletions
8
services/nixcon-demo/Cargo.toml
Normal file
8
services/nixcon-demo/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue