Total refactor of structure. Builds faster

This commit is contained in:
Luke
2020-04-21 22:51:53 +12:00
parent e21a6e3fb3
commit a38541ba4b
18 changed files with 479 additions and 1171 deletions

View File

@@ -1,14 +0,0 @@
[package]
name = "rog-core"
version = "0.3.3"
authors = ["Luke <luke@ljones.dev>"]
edition = "2018"
[dependencies]
gumdrop = "0.8"
dbus = "0.7"
serde = "1.0"
serde_derive = "1.0"
log = "0.4"
env_logger = "0.7"
rog-lib = { path = "../rog-lib" }