Commit Graph

6 Commits

Author SHA1 Message Date
8226e57795 Update files according to new repo name 2020-12-06 16:49:03 +01:00
d2cf7951e6 Edit README 2020-11-05 19:11:56 +01:00
Eli
6999bca459 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)).
2020-08-04 17:00:50 +02:00
Eli
170a704fc9 Clean up a bit 2020-08-04 16:41:56 +02:00
8cd1b4bec3 Update 'README.md' 2020-07-17 19:30:53 +00:00
2e6ca97f79 Initial commit 2020-07-17 18:26:59 +00:00