adds SessionKind and mocks impl of key checks

This commit is contained in:
2019-12-05 16:17:33 +01:00
parent d1a85ed1d0
commit 108470c5d1
2 changed files with 60 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ env_logger = "*"
futures = "0.1"
diesel = "*"
serde = "*"
serde_json = "*"
actix-cors = "0.1.0"
[workspace]