Started to work on server

This commit is contained in:
2018-09-24 14:32:12 +02:00
parent fb28f2bc6e
commit b7bb4f5964
5 changed files with 30 additions and 0 deletions
+9
View File
@@ -4,3 +4,12 @@ version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
[dependencies]
hyper = "0.12.10"
[[bin]]
name = "mars-server"
path = "src/server.rs"
[[bin]]
name = "mars"
path = "src/client.rs"