Got the client and engine connecting.

This commit is contained in:
2023-06-20 11:51:32 -04:00
parent dd1c45ddbe
commit ecfc8fdf90
3 changed files with 90 additions and 20 deletions

View File

@ -1,4 +1,4 @@
#[derive(Clone)]
#[derive(Clone, Debug)]
pub struct Store;
impl Store {