Add hello server example

This commit is contained in:
Laurens Miers 2021-05-25 23:44:59 +02:00
parent 4a96584615
commit 04171cde74
5 changed files with 185 additions and 0 deletions

9
hello_server/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "hello_server"
version = "0.1.0"
authors = ["Laurens Miers <laurens.miers@mind.be>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]