add cthulhu to server
This commit is contained in:
parent
88fae2cba4
commit
89902e57ff
@ -8,3 +8,4 @@ edition = "2018"
|
|||||||
image = "0.21.1"
|
image = "0.21.1"
|
||||||
serde = "1.0.90"
|
serde = "1.0.90"
|
||||||
serde_json = "1.0.39"
|
serde_json = "1.0.39"
|
||||||
|
lovecraft = "0.2.0"
|
@ -6,6 +6,7 @@
|
|||||||
extern crate serde_json;
|
extern crate serde_json;
|
||||||
extern crate serde;
|
extern crate serde;
|
||||||
extern crate image;
|
extern crate image;
|
||||||
|
extern crate lovecraft;
|
||||||
|
|
||||||
pub mod model;
|
pub mod model;
|
||||||
pub mod persistency;
|
pub mod persistency;
|
||||||
@ -15,5 +16,6 @@ mod server_state;
|
|||||||
use server_state::*;
|
use server_state::*;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Hello, world!");
|
lovecraft::invoke();
|
||||||
|
panic!("Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user