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
+7
View File
@@ -0,0 +1,7 @@
use actix::prelude::*;
pub struct Chain;
impl Actor for Chain {
type Context = Context<Self>;
}