Change project structure
For the server and "client" to be able to communicate with eachother, I'll be using DBus (https://www.freedesktop.org/wiki/Software/dbus/) and the dbus-crate (https://crates.io/crates/dbus/). Also, it will probably be better to split the server and client/daemon and control utility in two separate projects (using Cargo's workspaces (https://doc.rust-lang.org/cargo/reference/workspaces.html)).
This commit is contained in:
9
sfsmcd/Cargo.toml
Normal file
9
sfsmcd/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "sfsmcd"
|
||||
version = "0.1.0"
|
||||
description = "A service that controls a minecraft and a web (status) server"
|
||||
authors = ["Elias Schriefer"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "2.0"
|
Reference in New Issue
Block a user