chore: Initial commit for Rust backend

This commit is contained in:
Maciej Hirsz
2019-06-03 15:05:34 +02:00
parent 7a358303c2
commit a4ededc2f0
7 changed files with 2071 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "backend"
version = "0.1.0"
authors = ["Maciej Hirsz <maciej.hirsz@gmail.com>"]
edition = "2018"
[dependencies]
actix = "0.8"
actix-web = "1.0.0-rc"
actix-web-actors = "1.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
primitive-types = { version = "0.3.0", features = ["serde"] }